#CA7AC4

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

Shades of Orchid #CA7AC4

Tints of Orchid #CA7AC4

Color information

#CA7AC4 (or 0xCA7AC4) is unknown color: approx Orchid. HEX triplet: CA, 7A and C4. RGB value is (202,122,196). Sum of RGB (Red+Green+Blue) = 202+122+196=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 122 (48.05% from 255 or 23.46% from 520); Blue value is 196 (76.95% from 255 or 37.69% from 520); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7AC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7AC4 is #35853B. Grayscale: #9A9A9A. Windows color (decimal): -3507516 or 12876490. OLE color: 12876490.

HSL color Cylindrical-coordinate representation of color #CA7AC4: hue angle of 304.5º 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 #CA7AC4 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB202122196-
CMYK00.400.030.21
HSL304.5º43.01%63.53%-
HSV(B)304.5º39.6%79.22%-
XYZ41.2830.4655.93-
YUV154.36151.5161.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.85%
GREEN value IS 122 (48.05% from 255) = 23.46%
BLUE value IS 196 (76.95% from 255) = 37.69%
R=38.85%
G=23.46%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212219600.400.030.21304.543.0163.53
HexCA7AC40283151302b40
Octal31217230405032546053100
Binary11001010111101011000100010100011101011001100001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7AC4; }

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

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

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

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

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

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

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

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