Html Css Color HEX #C952EA Medium Orchid

📋 copy color: '#C952EA'

red 201 ◦ green 82 ◦ blue 234

#C952EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #C952EA

Tints of Medium Orchid #C952EA

RGB

 RED value IS 201 (78.91% from 255) = 38.88%

 GREEN value IS 82 (32.42% from 255) = 15.86%

 BLUE value IS 234 (91.8% from 255) = 45.26%

R = 38.88%
G = 15.86%
B = 45.26%

CMYK

 C value IS 0.14

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C952EA (or 0xC952EA) is known color: Medium Orchid. HEX triplet: C9, 52 and EA. RGB value is (201,82,234). Sum of RGB (Red+Green+Blue) = 201+82+234=517 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.88% from 517); Green value is 82 (32.42% from 255 or 15.86% from 517); Blue value is 234 (91.80% from 255 or 45.26% from 517); Max value from RGB is 234 - color contains mainly: blue. Hex color #C952EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C952EA is #36AD15. Grayscale: #868686. Windows color (decimal): -3583254 or 15356617. OLE color: 15356617.

HSL color Cylindrical-coordinate representation of color #C952EA: hue angle of 286.97º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C952EA is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 82 234 -
CMYK 0.14 0.65 0 0.08
HSL 286.97º 0.78% 0.62% -
HSV(B) 286.97º 0.65% 0.92% -
XYZ 41.96 24.39 80.34 -
YUV 134.91 183.92 175.14 -
System Red Green Blue C M Y K H S L
Decimal 201 82 234 0.14 0.65 0 0.08 286.97 0.78 0.62
Hex C9 52 EA E 41 0 8 11F 4E 3E
Octal 311 122 352 16 101 0 10 437 116 76
Binary 11001001 1010010 11101010 1110 1000001 0 1000 100011111 1001110 111110

Color Harmonies of #C952EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C952EA

Black with #C952EA

Text Example


Text Example

White with #C952EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C952EA; }

 p { color: rgb(201,82,234); }

 H1.HeaderClassName
 {
   color: #C952EA;
 }
 .AnyTagClassName
 {
   color: #C952EA;
 }
</style>

background-color css

<style>
 a { background-color: #C952EA; }

 a { background-color: rgb(201,82,234); }

 div.DivClassName
 {
   background-color: #C952EA;
 }
 .BgClassName
 {
   background-color: #C952EA;
 }
</style>

border-color css

<style>
 span { border-color: #C952EA; }

 span { border-color: rgb(201,82,234); }

 td.TdClassName
 {
   border-color: #C952EA;
 }
 .TagClassName
 {
   border-color: #C952EA;
 }
</style>