Html Css Color HEX #CC51EB Medium Orchid

📋 copy color: '#CC51EB'

red 204 ◦ green 81 ◦ blue 235

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

Shades of Medium Orchid #CC51EB

Tints of Medium Orchid #CC51EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.19%

R = 39.23%
G = 15.58%
B = 45.19%

CMYK

 C value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC51EB (or 0xCC51EB) is known color: Medium Orchid. HEX triplet: CC, 51 and EB. RGB value is (204,81,235). Sum of RGB (Red+Green+Blue) = 204+81+235=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 81 (32.03% from 255 or 15.58% from 520); Blue value is 235 (92.19% from 255 or 45.19% from 520); Max value from RGB is 235 - color contains mainly: blue. Hex color #CC51EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC51EB is #33AE14. Grayscale: #868686. Windows color (decimal): -3386901 or 15421900. OLE color: 15421900.

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

Color convert

RGB 204 81 235 -
CMYK 0.13 0.66 0 0.08
HSL 287.92º 0.79% 0.62% -
HSV(B) 287.92º 0.66% 0.92% -
XYZ 42.84 24.72 81.11 -
YUV 135.33 184.25 176.98 -
System Red Green Blue C M Y K H S L
Decimal 204 81 235 0.13 0.66 0 0.08 287.92 0.79 0.62
Hex CC 51 EB D 42 0 8 120 4F 3E
Octal 314 121 353 15 102 0 10 440 117 76
Binary 11001100 1010001 11101011 1101 1000010 0 1000 100100000 1001111 111110

Color Harmonies of #CC51EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC51EB

Black with #CC51EB

Text Example


Text Example

White with #CC51EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC51EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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