Html Css Color HEX #CC51EA Medium Orchid

📋 copy color: '#CC51EA'

red 204 ◦ green 81 ◦ blue 234

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

Shades of Medium Orchid #CC51EA

Tints of Medium Orchid #CC51EA

RGB

 RED value IS 204 (80.08% from 255) = 39.31%

 GREEN value IS 81 (32.03% from 255) = 15.61%

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

R = 39.31%
G = 15.61%
B = 45.09%

CMYK

 C value IS 0.13

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC51EA (or 0xCC51EA) is known color: Medium Orchid. HEX triplet: CC, 51 and EA. RGB value is (204,81,234). Sum of RGB (Red+Green+Blue) = 204+81+234=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 81 (32.03% from 255 or 15.61% from 519); Blue value is 234 (91.80% from 255 or 45.09% from 519); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC51EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC51EA is #33AE15. Grayscale: #868686. Windows color (decimal): -3386902 or 15356364. OLE color: 15356364.

HSL color Cylindrical-coordinate representation of color #CC51EA: hue angle of 288.24º 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 #CC51EA is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 81 234 -
CMYK 0.13 0.65 0 0.08
HSL 288.24º 0.78% 0.62% -
HSV(B) 288.24º 0.65% 0.92% -
XYZ 42.7 24.66 80.35 -
YUV 135.22 183.75 177.06 -
System Red Green Blue C M Y K H S L
Decimal 204 81 234 0.13 0.65 0 0.08 288.24 0.78 0.62
Hex CC 51 EA D 41 0 8 120 4E 3E
Octal 314 121 352 15 101 0 10 440 116 76
Binary 11001100 1010001 11101010 1101 1000001 0 1000 100100000 1001110 111110

Color Harmonies of #CC51EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC51EA

Black with #CC51EA

Text Example


Text Example

White with #CC51EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC51EA; }

 p { color: rgb(204,81,234); }

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

background-color css

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

 a { background-color: rgb(204,81,234); }

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

border-color css

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

 span { border-color: rgb(204,81,234); }

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