Html Css Color HEX #C952EC Medium Orchid

📋 copy color: '#C952EC'

red 201 ◦ green 82 ◦ blue 236

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

Shades of Medium Orchid #C952EC

Tints of Medium Orchid #C952EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.47%

R = 38.73%
G = 15.8%
B = 45.47%

CMYK

 C value IS 0.15

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C952EC (or 0xC952EC) is known color: Medium Orchid. HEX triplet: C9, 52 and EC. RGB value is (201,82,236). Sum of RGB (Red+Green+Blue) = 201+82+236=519 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.73% from 519); Green value is 82 (32.42% from 255 or 15.80% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #C952EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C952EC is #36AD13. Grayscale: #868686. Windows color (decimal): -3583252 or 15487689. OLE color: 15487689.

HSL color Cylindrical-coordinate representation of color #C952EC: hue angle of 286.36º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C952EC is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 82 236 -
CMYK 0.15 0.65 0 0.07
HSL 286.36º 0.8% 0.62% -
HSV(B) 286.36º 0.65% 0.93% -
XYZ 42.25 24.51 81.86 -
YUV 135.14 184.92 174.98 -
System Red Green Blue C M Y K H S L
Decimal 201 82 236 0.15 0.65 0 0.07 286.36 0.8 0.62
Hex C9 52 EC F 41 0 7 11E 50 3E
Octal 311 122 354 17 101 0 7 436 120 76
Binary 11001001 1010010 11101100 1111 1000001 0 111 100011110 1010000 111110

Color Harmonies of #C952EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C952EC

Black with #C952EC

Text Example


Text Example

White with #C952EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C952EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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