Html Css Color HEX #CC51ED Medium Orchid

📋 copy color: '#CC51ED'

red 204 ◦ green 81 ◦ blue 237

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

Shades of Medium Orchid #CC51ED

Tints of Medium Orchid #CC51ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.4%

R = 39.08%
G = 15.52%
B = 45.4%

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

#CC51ED (or 0xCC51ED) is known color: Medium Orchid. HEX triplet: CC, 51 and ED. RGB value is (204,81,237). Sum of RGB (Red+Green+Blue) = 204+81+237=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 81 (32.03% from 255 or 15.52% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC51ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC51ED is #33AE12. Grayscale: #878787. Windows color (decimal): -3386899 or 15552972. OLE color: 15552972.

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

Color convert

RGB 204 81 237 -
CMYK 0.14 0.66 0 0.07
HSL 287.31º 0.81% 0.62% -
HSV(B) 287.31º 0.66% 0.93% -
XYZ 43.13 24.84 82.64 -
YUV 135.56 185.25 176.82 -
System Red Green Blue C M Y K H S L
Decimal 204 81 237 0.14 0.66 0 0.07 287.31 0.81 0.62
Hex CC 51 ED E 42 0 7 11F 51 3E
Octal 314 121 355 16 102 0 7 437 121 76
Binary 11001100 1010001 11101101 1110 1000010 0 111 100011111 1010001 111110

Color Harmonies of #CC51ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC51ED

Black with #CC51ED

Text Example


Text Example

White with #CC51ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC51ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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