#CA7CC5

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

Shades of Orchid #CA7CC5

Tints of Orchid #CA7CC5

Color information

#CA7CC5 (or 0xCA7CC5) is unknown color: approx Orchid. HEX triplet: CA, 7C and C5. RGB value is (202,124,197). Sum of RGB (Red+Green+Blue) = 202+124+197=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 124 (48.83% from 255 or 23.71% from 523); Blue value is 197 (77.34% from 255 or 37.67% from 523); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7CC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7CC5 is #35833A. Grayscale: #9B9B9B. Windows color (decimal): -3507003 or 12942538. OLE color: 12942538.

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

Color convert

RGB202124197-
CMYK00.390.020.21
HSL303.85º42.39%63.92%-
HSV(B)303.85º38.61%79.22%-
XYZ41.643156.61-
YUV155.64151.34161.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.62%
GREEN value IS 124 (48.83% from 255) = 23.71%
BLUE value IS 197 (77.34% from 255) = 37.67%
R=38.62%
G=23.71%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212419700.390.020.21303.8542.3963.92
HexCA7CC50272151302a40
Octal31217430504722546052100
Binary11001010111110011000101010011110101011001100001010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7CC5; }

 p { color: rgb(202,124,197); }

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

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

 a { background-color: rgb(202,124,197); }

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

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

 span { border-color: rgb(202,124,197); }

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