#ca7ace

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

Shades of Orchid #CA7ACE

Tints of Orchid #CA7ACE

Color information

#CA7ACE (or 0xCA7ACE) is unknown color: approx Orchid. HEX triplet: CA, 7A and CE. RGB value is (202,122,206). Sum of RGB (Red+Green+Blue) = 202+122+206=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 122 (48.05% from 255 or 23.02% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA7ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7ACE is #358531. Grayscale: #9B9B9B. Windows color (decimal): -3507506 or 13531850. OLE color: 13531850.

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

Color convert

RGB202122206-
CMYK0.020.4100.19
HSL297.14º46.15%64.31%-
HSV(B)297.14º40.78%80.78%-
XYZ42.4630.9362.13-
YUV155.5156.5161.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.11%
GREEN value IS 122 (48.05% from 255) = 23.02%
BLUE value IS 206 (80.86% from 255) = 38.87%
R=38.11%
G=23.02%
B=38.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2021222060.020.4100.19297.1446.1564.31
HexCA7ACE2290131292e40
Octal31217231625102345156100
Binary11001010111101011001110101010010100111001010011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca7ace

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca7ace; }

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

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

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

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

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

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

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

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