Html Css Color HEX #CC61DB Medium Orchid

📋 copy color: '#CC61DB'

red 204 ◦ green 97 ◦ blue 219

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

Shades of Medium Orchid #CC61DB

Tints of Medium Orchid #CC61DB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.65%

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

R = 39.23%
G = 18.65%
B = 42.12%

CMYK

 C value IS 0.07

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC61DB (or 0xCC61DB) is known color: Medium Orchid. HEX triplet: CC, 61 and DB. RGB value is (204,97,219). Sum of RGB (Red+Green+Blue) = 204+97+219=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 97 (38.28% from 255 or 18.65% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC61DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC61DB is #339E24. Grayscale: #8E8E8E. Windows color (decimal): -3382821 or 14377420. OLE color: 14377420.

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

Color convert

RGB 204 97 219 -
CMYK 0.07 0.56 0 0.14
HSL 292.62º 0.63% 0.62% -
HSV(B) 292.62º 0.56% 0.86% -
XYZ 41.96 26.5 69.92 -
YUV 142.9 170.95 171.58 -
System Red Green Blue C M Y K H S L
Decimal 204 97 219 0.07 0.56 0 0.14 292.62 0.63 0.62
Hex CC 61 DB 7 38 0 E 125 3F 3E
Octal 314 141 333 7 70 0 16 445 77 76
Binary 11001100 1100001 11011011 111 111000 0 1110 100100101 111111 111110

Color Harmonies of #CC61DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC61DB

Black with #CC61DB

Text Example


Text Example

White with #CC61DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC61DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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