Html Css Color HEX #CC51EE Medium Orchid

📋 copy color: '#CC51EE'

red 204 ◦ green 81 ◦ blue 238

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

Shades of Medium Orchid #CC51EE

Tints of Medium Orchid #CC51EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.51%

R = 39.01%
G = 15.49%
B = 45.51%

CMYK

 C value IS 0.14

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC51EE (or 0xCC51EE) is known color: Medium Orchid. HEX triplet: CC, 51 and EE. RGB value is (204,81,238). Sum of RGB (Red+Green+Blue) = 204+81+238=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 81 (32.03% from 255 or 15.49% from 523); Blue value is 238 (93.36% from 255 or 45.51% from 523); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC51EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC51EE is #33AE11. Grayscale: #878787. Windows color (decimal): -3386898 or 15618508. OLE color: 15618508.

HSL color Cylindrical-coordinate representation of color #CC51EE: hue angle of 287.01º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC51EE is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 81 238 -
CMYK 0.14 0.66 0 0.07
HSL 287.01º 0.82% 0.63% -
HSV(B) 287.01º 0.66% 0.93% -
XYZ 43.28 24.9 83.41 -
YUV 135.68 185.75 176.73 -
System Red Green Blue C M Y K H S L
Decimal 204 81 238 0.14 0.66 0 0.07 287.01 0.82 0.63
Hex CC 51 EE E 42 0 7 11F 52 3F
Octal 314 121 356 16 102 0 7 437 122 77
Binary 11001100 1010001 11101110 1110 1000010 0 111 100011111 1010010 111111

Color Harmonies of #CC51EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC51EE

Black with #CC51EE

Text Example


Text Example

White with #CC51EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC51EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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