#CA81CF

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

Shades of Orchid #CA81CF

Tints of Orchid #CA81CF

Color information

#CA81CF (or 0xCA81CF) is unknown color: approx Orchid. HEX triplet: CA, 81 and CF. RGB value is (202,129,207). Sum of RGB (Red+Green+Blue) = 202+129+207=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 129 (50.78% from 255 or 23.98% from 538); Blue value is 207 (81.25% from 255 or 38.48% from 538); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA81CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA81CF is #357E30. Grayscale: #9F9F9F. Windows color (decimal): -3505713 or 13599178. OLE color: 13599178.

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

Color convert

RGB202129207-
CMYK0.020.3800.19
HSL296.15º44.83%65.88%-
HSV(B)296.15º37.68%81.18%-
XYZ43.4732.7663.06-
YUV159.72154.68158.16-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.55%
GREEN value IS 129 (50.78% from 255) = 23.98%
BLUE value IS 207 (81.25% from 255) = 38.48%
R=37.55%
G=23.98%
B=38.48%

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
Decimal2021292070.020.3800.19296.1544.8365.88
HexCA81CF2260131282d42
Octal31220131724602345055102
Binary110010101000000111001111101001100100111001010001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA81CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA81CF; }

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

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

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

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

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

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

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

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