Html Css Color HEX #CC51D8 Medium Orchid

📋 copy color: '#CC51D8'

red 204 ◦ green 81 ◦ blue 216

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

Shades of Medium Orchid #CC51D8

Tints of Medium Orchid #CC51D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 43.11%

R = 40.72%
G = 16.17%
B = 43.11%

CMYK

 C value IS 0.06

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC51D8 (or 0xCC51D8) is known color: Medium Orchid. HEX triplet: CC, 51 and D8. RGB value is (204,81,216). Sum of RGB (Red+Green+Blue) = 204+81+216=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 81 (32.03% from 255 or 16.17% from 501); Blue value is 216 (84.77% from 255 or 43.11% from 501); Max value from RGB is 216 - color contains mainly: blue. Hex color #CC51D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC51D8 is #33AE27. Grayscale: #848484. Windows color (decimal): -3386920 or 14176716. OLE color: 14176716.

HSL color Cylindrical-coordinate representation of color #CC51D8: hue angle of 294.67º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC51D8 is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 81 216 -
CMYK 0.06 0.62 0 0.15
HSL 294.67º 0.63% 0.58% -
HSV(B) 294.67º 0.63% 0.85% -
XYZ 40.24 23.68 67.42 -
YUV 133.17 174.75 178.52 -
System Red Green Blue C M Y K H S L
Decimal 204 81 216 0.06 0.62 0 0.15 294.67 0.63 0.58
Hex CC 51 D8 6 3E 0 F 127 3F 3A
Octal 314 121 330 6 76 0 17 447 77 72
Binary 11001100 1010001 11011000 110 111110 0 1111 100100111 111111 111010

Color Harmonies of #CC51D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC51D8

Black with #CC51D8

Text Example


Text Example

White with #CC51D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC51D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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