Html Css Color HEX #CC5DDB Medium Orchid

📋 copy color: '#CC5DDB'

red 204 ◦ green 93 ◦ blue 219

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

Shades of Medium Orchid #CC5DDB

Tints of Medium Orchid #CC5DDB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.02%

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

R = 39.53%
G = 18.02%
B = 42.44%

CMYK

 C value IS 0.07

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC5DDB (or 0xCC5DDB) is known color: Medium Orchid. HEX triplet: CC, 5D and DB. RGB value is (204,93,219). Sum of RGB (Red+Green+Blue) = 204+93+219=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 93 (36.72% from 255 or 18.02% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC5DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5DDB is #33A224. Grayscale: #8C8C8C. Windows color (decimal): -3383845 or 14376396. OLE color: 14376396.

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

Color convert

RGB 204 93 219 -
CMYK 0.07 0.58 0 0.14
HSL 292.86º 0.64% 0.61% -
HSV(B) 292.86º 0.58% 0.86% -
XYZ 41.6 25.78 69.8 -
YUV 140.55 172.27 173.25 -
System Red Green Blue C M Y K H S L
Decimal 204 93 219 0.07 0.58 0 0.14 292.86 0.64 0.61
Hex CC 5D DB 7 3A 0 E 125 40 3D
Octal 314 135 333 7 72 0 16 445 100 75
Binary 11001100 1011101 11011011 111 111010 0 1110 100100101 1000000 111101

Color Harmonies of #CC5DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5DDB

Black with #CC5DDB

Text Example


Text Example

White with #CC5DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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