#CA80CF

Color #CA80CF Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #CA80CF

Tints of Orchid #CA80CF

Color information

#CA80CF (or 0xCA80CF) is unknown color: approx Orchid. HEX triplet: CA, 80 and CF. RGB value is (202,128,207). Sum of RGB (Red+Green+Blue) = 202+128+207=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 128 (50.39% from 255 or 23.84% from 537); Blue value is 207 (81.25% from 255 or 38.55% from 537); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA80CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA80CF is #357F30. Grayscale: #9E9E9E. Windows color (decimal): -3505969 or 13598922. OLE color: 13598922.

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

Color convert

RGB202128207-
CMYK0.020.3800.19
HSL296.2º45.14%65.69%-
HSV(B)296.2º38.16%81.18%-
XYZ43.3432.563.02-
YUV159.13155.02158.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.62%
GREEN value IS 128 (50.39% from 255) = 23.84%
BLUE value IS 207 (81.25% from 255) = 38.55%
R=37.62%
G=23.84%
B=38.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2021282070.020.3800.19296.245.1465.69
HexCA80CF2260131282d42
Octal31220031724602345055102
Binary110010101000000011001111101001100100111001010001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA80CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA80CF; }

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

 H1.HeaderClassName
 {
   color: #CA80CF;
 }
 .AnyTagClassName
 {
   color: #CA80CF;
 }
</style>
background-color css

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

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

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

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

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

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