Html Css Color HEX #CC5FDB Medium Orchid

📋 copy color: '#CC5FDB'

red 204 ◦ green 95 ◦ blue 219

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

Shades of Medium Orchid #CC5FDB

Tints of Medium Orchid #CC5FDB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.34%

 BLUE value IS 219 (85.94% from 255) = 42.28%

R = 39.38%
G = 18.34%
B = 42.28%

CMYK

 C value IS 0.07

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC5FDB (or 0xCC5FDB) is known color: Medium Orchid. HEX triplet: CC, 5F and DB. RGB value is (204,95,219). Sum of RGB (Red+Green+Blue) = 204+95+219=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 95 (37.5% from 255 or 18.34% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC5FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5FDB is #33A024. Grayscale: #8D8D8D. Windows color (decimal): -3383333 or 14376908. OLE color: 14376908.

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

Color convert

RGB 204 95 219 -
CMYK 0.07 0.57 0 0.14
HSL 292.74º 0.63% 0.62% -
HSV(B) 292.74º 0.57% 0.86% -
XYZ 41.78 26.14 69.86 -
YUV 141.73 171.61 172.42 -
System Red Green Blue C M Y K H S L
Decimal 204 95 219 0.07 0.57 0 0.14 292.74 0.63 0.62
Hex CC 5F DB 7 39 0 E 125 3F 3E
Octal 314 137 333 7 71 0 16 445 77 76
Binary 11001100 1011111 11011011 111 111001 0 1110 100100101 111111 111110

Color Harmonies of #CC5FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5FDB

Black with #CC5FDB

Text Example


Text Example

White with #CC5FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5FDB; }

 p { color: rgb(204,95,219); }

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

background-color css

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

 a { background-color: rgb(204,95,219); }

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

border-color css

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

 span { border-color: rgb(204,95,219); }

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