#CA7DD9

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

Shades of Orchid #CA7DD9

Tints of Orchid #CA7DD9

Color information

#CA7DD9 (or 0xCA7DD9) is unknown color: approx Orchid. HEX triplet: CA, 7D and D9. RGB value is (202,125,217). Sum of RGB (Red+Green+Blue) = 202+125+217=544 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.13% from 544); Green value is 125 (49.22% from 255 or 22.98% from 544); Blue value is 217 (85.16% from 255 or 39.89% from 544); Max value from RGB is 217 - color contains mainly: blue. Hex color #CA7DD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7DD9 is #358226. Grayscale: #9E9E9E. Windows color (decimal): -3506727 or 14253514. OLE color: 14253514.

HSL color Cylindrical-coordinate representation of color #CA7DD9: hue angle of 290.22º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA7DD9 is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB202125217-
CMYK0.070.4200.15
HSL290.22º54.76%67.06%-
HSV(B)290.22º42.4%85.1%-
XYZ44.2232.2369.54-
YUV158.51161.01159.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.13%
GREEN value IS 125 (49.22% from 255) = 22.98%
BLUE value IS 217 (85.16% from 255) = 39.89%
R=37.13%
G=22.98%
B=39.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021252170.070.4200.15290.2254.7667.06
HexCA7DD972A0F1223743
Octal31217533175201744267103
Binary11001010111110111011001111101010011111001000101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7DD9; }

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

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

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

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

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

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

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

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