Html Css Color HEX #CD80DD Orchid

📋 copy color: '#CD80DD'

red 205 ◦ green 128 ◦ blue 221

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

Shades of Orchid #CD80DD

Tints of Orchid #CD80DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.89%

R = 37%
G = 23.1%
B = 39.89%

CMYK

 C value IS 0.07

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD80DD (or 0xCD80DD) is known color: Orchid. HEX triplet: CD, 80 and DD. RGB value is (205,128,221). Sum of RGB (Red+Green+Blue) = 205+128+221=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 128 (50.39% from 255 or 23.10% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD80DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD80DD is #327F22. Grayscale: #A1A1A1. Windows color (decimal): -3309347 or 14516429. OLE color: 14516429.

HSL color Cylindrical-coordinate representation of color #CD80DD: hue angle of 289.68º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CD80DD is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 205 128 221 -
CMYK 0.07 0.42 0 0.13
HSL 289.68º 0.58% 0.68% -
HSV(B) 289.68º 0.42% 0.87% -
XYZ 45.95 33.64 72.48 -
YUV 161.63 161.51 158.94 -
System Red Green Blue C M Y K H S L
Decimal 205 128 221 0.07 0.42 0 0.13 289.68 0.58 0.68
Hex CD 80 DD 7 2A 0 D 122 3A 44
Octal 315 200 335 7 52 0 15 442 72 104
Binary 11001101 10000000 11011101 111 101010 0 1101 100100010 111010 1000100

Color Harmonies of #CD80DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD80DD

Black with #CD80DD

Text Example


Text Example

White with #CD80DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD80DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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