Html Css Color HEX #CD80DB Orchid

📋 copy color: '#CD80DB'

red 205 ◦ green 128 ◦ blue 219

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

Shades of Orchid #CD80DB

Tints of Orchid #CD80DB

RGB

 RED value IS 205 (80.47% from 255) = 37.14%

 GREEN value IS 128 (50.39% from 255) = 23.19%

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

R = 37.14%
G = 23.19%
B = 39.67%

CMYK

 C value IS 0.06

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD80DB (or 0xCD80DB) is known color: Orchid. HEX triplet: CD, 80 and DB. RGB value is (205,128,219). Sum of RGB (Red+Green+Blue) = 205+128+219=552 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.14% from 552); Green value is 128 (50.39% from 255 or 23.19% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD80DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD80DB is #327F24. Grayscale: #A1A1A1. Windows color (decimal): -3309349 or 14385357. OLE color: 14385357.

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

Color convert

RGB 205 128 219 -
CMYK 0.06 0.42 0 0.14
HSL 290.77º 0.56% 0.68% -
HSV(B) 290.77º 0.42% 0.86% -
XYZ 45.68 33.53 71.08 -
YUV 161.4 160.51 159.1 -
System Red Green Blue C M Y K H S L
Decimal 205 128 219 0.06 0.42 0 0.14 290.77 0.56 0.68
Hex CD 80 DB 6 2A 0 E 123 38 44
Octal 315 200 333 6 52 0 16 443 70 104
Binary 11001101 10000000 11011011 110 101010 0 1110 100100011 111000 1000100

Color Harmonies of #CD80DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD80DB

Black with #CD80DB

Text Example


Text Example

White with #CD80DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD80DB; }

 p { color: rgb(205,128,219); }

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

background-color css

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

 a { background-color: rgb(205,128,219); }

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

border-color css

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

 span { border-color: rgb(205,128,219); }

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