#CA7DC2

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

Shades of Orchid #CA7DC2

Tints of Orchid #CA7DC2

Color information

#CA7DC2 (or 0xCA7DC2) is unknown color: approx Orchid. HEX triplet: CA, 7D and C2. RGB value is (202,125,194). Sum of RGB (Red+Green+Blue) = 202+125+194=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 125 (49.22% from 255 or 23.99% from 521); Blue value is 194 (76.17% from 255 or 37.24% from 521); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7DC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7DC2 is #35823D. Grayscale: #9B9B9B. Windows color (decimal): -3506750 or 12746186. OLE color: 12746186.

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

Color convert

RGB202125194-
CMYK00.380.040.21
HSL306.23º42.08%64.12%-
HSV(B)306.23º38.12%79.22%-
XYZ41.4331.1254.86-
YUV155.89149.51160.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.77%
GREEN value IS 125 (49.22% from 255) = 23.99%
BLUE value IS 194 (76.17% from 255) = 37.24%
R=38.77%
G=23.99%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212519400.380.040.21306.2342.0864.12
HexCA7DC20264151322a40
Octal31217530204642546252100
Binary110010101111101110000100100110100101011001100101010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7DC2; }

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

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

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

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

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

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

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

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