#CA7DC0

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

Shades of Orchid #CA7DC0

Tints of Orchid #CA7DC0

Color information

#CA7DC0 (or 0xCA7DC0) is unknown color: approx Orchid. HEX triplet: CA, 7D and C0. RGB value is (202,125,192). Sum of RGB (Red+Green+Blue) = 202+125+192=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 125 (49.22% from 255 or 24.08% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7DC0 is #35823F. Grayscale: #9B9B9B. Windows color (decimal): -3506752 or 12615114. OLE color: 12615114.

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

Color convert

RGB202125192-
CMYK00.380.050.21
HSL307.79º42.08%64.12%-
HSV(B)307.79º38.12%79.22%-
XYZ41.2131.0353.69-
YUV155.66148.51161.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.92%
GREEN value IS 125 (49.22% from 255) = 24.08%
BLUE value IS 192 (75.39% from 255) = 36.99%
R=38.92%
G=24.08%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212519200.380.050.21307.7942.0864.12
HexCA7DC00265151342a40
Octal31217530004652546452100
Binary110010101111101110000000100110101101011001101001010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7DC0; }

 p { color: rgb(202,125,192); }

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

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

 a { background-color: rgb(202,125,192); }

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

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

 span { border-color: rgb(202,125,192); }

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