#CA77CF

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

Shades of Orchid #CA77CF

Tints of Orchid #CA77CF

Color information

#CA77CF (or 0xCA77CF) is unknown color: approx Orchid. HEX triplet: CA, 77 and CF. RGB value is (202,119,207). Sum of RGB (Red+Green+Blue) = 202+119+207=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 119 (46.88% from 255 or 22.54% from 528); Blue value is 207 (81.25% from 255 or 39.20% from 528); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA77CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA77CF is #358830. Grayscale: #999999. Windows color (decimal): -3508273 or 13596618. OLE color: 13596618.

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

Color convert

RGB202119207-
CMYK0.020.4300.19
HSL296.59º47.83%63.92%-
HSV(B)296.59º42.51%81.18%-
XYZ42.2230.2662.65-
YUV153.85158162.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.26%
GREEN value IS 119 (46.88% from 255) = 22.54%
BLUE value IS 207 (81.25% from 255) = 39.20%
R=38.26%
G=22.54%
B=39.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2021192070.020.4300.19296.5947.8363.92
HexCA77CF22B0131293040
Octal31216731725302345160100
Binary11001010111011111001111101010110100111001010011100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA77CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA77CF; }

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

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

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

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

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

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

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

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