#CA7AC6

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

Shades of Orchid #CA7AC6

Tints of Orchid #CA7AC6

Color information

#CA7AC6 (or 0xCA7AC6) is unknown color: approx Orchid. HEX triplet: CA, 7A and C6. RGB value is (202,122,198). Sum of RGB (Red+Green+Blue) = 202+122+198=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 122 (48.05% from 255 or 23.37% from 522); Blue value is 198 (77.73% from 255 or 37.93% from 522); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7AC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7AC6 is #358539. Grayscale: #9A9A9A. Windows color (decimal): -3507514 or 13007562. OLE color: 13007562.

HSL color Cylindrical-coordinate representation of color #CA7AC6: hue angle of 303º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA7AC6 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB202122198-
CMYK00.400.020.21
HSL303º43.01%63.53%-
HSV(B)303º39.6%79.22%-
XYZ41.5130.5557.14-
YUV154.58152.5161.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.70%
GREEN value IS 122 (48.05% from 255) = 23.37%
BLUE value IS 198 (77.73% from 255) = 37.93%
R=38.70%
G=23.37%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212219800.400.020.2130343.0163.53
HexCA7AC602821512f2b40
Octal31217230605022545753100
Binary11001010111101011000110010100010101011001011111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7AC6; }

 p { color: rgb(202,122,198); }

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

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

 a { background-color: rgb(202,122,198); }

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

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

 span { border-color: rgb(202,122,198); }

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