Html Css Color HEX #CD80C8 Orchid

📋 copy color: '#CD80C8'

red 205 ◦ green 128 ◦ blue 200

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

Shades of Orchid #CD80C8

Tints of Orchid #CD80C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.52%

R = 38.46%
G = 24.02%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#CD80C8 (or 0xCD80C8) is known color: Orchid. HEX triplet: CD, 80 and C8. RGB value is (205,128,200). Sum of RGB (Red+Green+Blue) = 205+128+200=533 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.46% from 533); Green value is 128 (50.39% from 255 or 24.02% from 533); Blue value is 200 (78.52% from 255 or 37.52% from 533); Max value from RGB is 205 - color contains mainly: red. Hex color #CD80C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD80C8 is #327F37. Grayscale: #9F9F9F. Windows color (decimal): -3309368 or 13140173. OLE color: 13140173.

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

Color convert

RGB 205 128 200 -
CMYK 0 0.38 0.02 0.20
HSL 303.9º 0.44% 0.65% -
HSV(B) 303.9º 0.38% 0.8% -
XYZ 43.32 32.59 58.65 -
YUV 159.23 151.01 160.65 -
System Red Green Blue C M Y K H S L
Decimal 205 128 200 0 0.38 0.02 0.20 303.9 0.44 0.65
Hex CD 80 C8 0 26 2 14 130 2C 41
Octal 315 200 310 0 46 2 24 460 54 101
Binary 11001101 10000000 11001000 0 100110 10 10100 100110000 101100 1000001

Color Harmonies of #CD80C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD80C8

Black with #CD80C8

Text Example


Text Example

White with #CD80C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD80C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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