Html Css Color HEX #CC57DB Medium Orchid

📋 copy color: '#CC57DB'

red 204 ◦ green 87 ◦ blue 219

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

Shades of Medium Orchid #CC57DB

Tints of Medium Orchid #CC57DB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.06%

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

R = 40%
G = 17.06%
B = 42.94%

CMYK

 C value IS 0.07

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC57DB (or 0xCC57DB) is known color: Medium Orchid. HEX triplet: CC, 57 and DB. RGB value is (204,87,219). Sum of RGB (Red+Green+Blue) = 204+87+219=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 87 (34.38% from 255 or 17.06% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC57DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC57DB is #33A824. Grayscale: #888888. Windows color (decimal): -3385381 or 14374860. OLE color: 14374860.

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

Color convert

RGB 204 87 219 -
CMYK 0.07 0.60 0 0.14
HSL 293.18º 0.65% 0.6% -
HSV(B) 293.18º 0.6% 0.86% -
XYZ 41.1 24.77 69.63 -
YUV 137.03 174.26 175.77 -
System Red Green Blue C M Y K H S L
Decimal 204 87 219 0.07 0.60 0 0.14 293.18 0.65 0.6
Hex CC 57 DB 7 3C 0 E 125 41 3C
Octal 314 127 333 7 74 0 16 445 101 74
Binary 11001100 1010111 11011011 111 111100 0 1110 100100101 1000001 111100

Color Harmonies of #CC57DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC57DB

Black with #CC57DB

Text Example


Text Example

White with #CC57DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC57DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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