Html Css Color HEX #CC62DB Medium Orchid

📋 copy color: '#CC62DB'

red 204 ◦ green 98 ◦ blue 219

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

Shades of Medium Orchid #CC62DB

Tints of Medium Orchid #CC62DB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.81%

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

R = 39.16%
G = 18.81%
B = 42.03%

CMYK

 C value IS 0.07

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC62DB (or 0xCC62DB) is known color: Medium Orchid. HEX triplet: CC, 62 and DB. RGB value is (204,98,219). Sum of RGB (Red+Green+Blue) = 204+98+219=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 98 (38.67% from 255 or 18.81% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC62DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC62DB is #339D24. Grayscale: #8F8F8F. Windows color (decimal): -3382565 or 14377676. OLE color: 14377676.

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

Color convert

RGB 204 98 219 -
CMYK 0.07 0.55 0 0.14
HSL 292.56º 0.63% 0.62% -
HSV(B) 292.56º 0.55% 0.86% -
XYZ 42.06 26.69 69.95 -
YUV 143.49 170.62 171.16 -
System Red Green Blue C M Y K H S L
Decimal 204 98 219 0.07 0.55 0 0.14 292.56 0.63 0.62
Hex CC 62 DB 7 37 0 E 125 3F 3E
Octal 314 142 333 7 67 0 16 445 77 76
Binary 11001100 1100010 11011011 111 110111 0 1110 100100101 111111 111110

Color Harmonies of #CC62DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC62DB

Black with #CC62DB

Text Example


Text Example

White with #CC62DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC62DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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