Html Css Color HEX #CD80BC Orchid

📋 copy color: '#CD80BC'

red 205 ◦ green 128 ◦ blue 188

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

Shades of Orchid #CD80BC

Tints of Orchid #CD80BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.08%

R = 39.35%
G = 24.57%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CD80BC (or 0xCD80BC) is known color: Orchid. HEX triplet: CD, 80 and BC. RGB value is (205,128,188). Sum of RGB (Red+Green+Blue) = 205+128+188=521 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.35% from 521); Green value is 128 (50.39% from 255 or 24.57% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 205 - color contains mainly: red. Hex color #CD80BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD80BC is #327F43. Grayscale: #9D9D9D. Windows color (decimal): -3309380 or 12353741. OLE color: 12353741.

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

Color convert

RGB 205 128 188 -
CMYK 0 0.38 0.08 0.20
HSL 313.25º 0.44% 0.65% -
HSV(B) 313.25º 0.38% 0.8% -
XYZ 41.97 32.05 51.55 -
YUV 157.86 145.01 161.62 -
System Red Green Blue C M Y K H S L
Decimal 205 128 188 0 0.38 0.08 0.20 313.25 0.44 0.65
Hex CD 80 BC 0 26 8 14 139 2C 41
Octal 315 200 274 0 46 10 24 471 54 101
Binary 11001101 10000000 10111100 0 100110 1000 10100 100111001 101100 1000001

Color Harmonies of #CD80BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD80BC

Black with #CD80BC

Text Example


Text Example

White with #CD80BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD80BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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