Html Css Color HEX #CD80CE Orchid

📋 copy color: '#CD80CE'

red 205 ◦ green 128 ◦ blue 206

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

Shades of Orchid #CD80CE

Tints of Orchid #CD80CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.22%

R = 38.03%
G = 23.75%
B = 38.22%

CMYK

 C value IS 0.00

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CD80CE (or 0xCD80CE) is known color: Orchid. HEX triplet: CD, 80 and CE. RGB value is (205,128,206). Sum of RGB (Red+Green+Blue) = 205+128+206=539 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.03% from 539); Green value is 128 (50.39% from 255 or 23.75% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 206 - color contains mainly: blue. Hex color #CD80CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD80CE is #327F31. Grayscale: #9F9F9F. Windows color (decimal): -3309362 or 13533389. OLE color: 13533389.

HSL color Cylindrical-coordinate representation of color #CD80CE: hue angle of 299.23º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CD80CE is Cyan = 0.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 205 128 206 -
CMYK 0.00 0.38 0 0.19
HSL 299.23º 0.44% 0.65% -
HSV(B) 299.23º 0.38% 0.81% -
XYZ 44.04 32.87 62.42 -
YUV 159.92 154.01 160.16 -
System Red Green Blue C M Y K H S L
Decimal 205 128 206 0.00 0.38 0 0.19 299.23 0.44 0.65
Hex CD 80 CE 0 26 0 13 12B 2C 41
Octal 315 200 316 0 46 0 23 453 54 101
Binary 11001101 10000000 11001110 0 100110 0 10011 100101011 101100 1000001

Color Harmonies of #CD80CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD80CE

Black with #CD80CE

Text Example


Text Example

White with #CD80CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD80CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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