Html Css Color HEX #CD80CA Orchid

📋 copy color: '#CD80CA'

red 205 ◦ green 128 ◦ blue 202

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

Shades of Orchid #CD80CA

Tints of Orchid #CD80CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.76%

R = 38.32%
G = 23.93%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#CD80CA (or 0xCD80CA) is known color: Orchid. HEX triplet: CD, 80 and CA. RGB value is (205,128,202). Sum of RGB (Red+Green+Blue) = 205+128+202=535 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.32% from 535); Green value is 128 (50.39% from 255 or 23.93% from 535); Blue value is 202 (79.30% from 255 or 37.76% from 535); Max value from RGB is 205 - color contains mainly: red. Hex color #CD80CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD80CA is #327F35. Grayscale: #9F9F9F. Windows color (decimal): -3309366 or 13271245. OLE color: 13271245.

HSL color Cylindrical-coordinate representation of color #CD80CA: hue angle of 302.34º 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 #CD80CA is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 128 202 -
CMYK 0 0.38 0.01 0.20
HSL 302.34º 0.44% 0.65% -
HSV(B) 302.34º 0.38% 0.8% -
XYZ 43.56 32.68 59.89 -
YUV 159.46 152.01 160.48 -
System Red Green Blue C M Y K H S L
Decimal 205 128 202 0 0.38 0.01 0.20 302.34 0.44 0.65
Hex CD 80 CA 0 26 1 14 12E 2C 41
Octal 315 200 312 0 46 1 24 456 54 101
Binary 11001101 10000000 11001010 0 100110 1 10100 100101110 101100 1000001

Color Harmonies of #CD80CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD80CA

Black with #CD80CA

Text Example


Text Example

White with #CD80CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD80CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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