#CA7DD1

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

Shades of Orchid #CA7DD1

Tints of Orchid #CA7DD1

Color information

#CA7DD1 (or 0xCA7DD1) is unknown color: approx Orchid. HEX triplet: CA, 7D and D1. RGB value is (202,125,209). Sum of RGB (Red+Green+Blue) = 202+125+209=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 125 (49.22% from 255 or 23.32% from 536); Blue value is 209 (82.03% from 255 or 38.99% from 536); Max value from RGB is 209 - color contains mainly: blue. Hex color #CA7DD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7DD1 is #35822E. Grayscale: #9D9D9D. Windows color (decimal): -3506735 or 13729226. OLE color: 13729226.

HSL color Cylindrical-coordinate representation of color #CA7DD1: hue angle of 295º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA7DD1 is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB202125209-
CMYK0.030.4000.18
HSL295º47.73%65.49%-
HSV(B)295º40.19%81.96%-
XYZ43.231.8364.19-
YUV157.6157.01159.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.69%
GREEN value IS 125 (49.22% from 255) = 23.32%
BLUE value IS 209 (82.03% from 255) = 38.99%
R=37.69%
G=23.32%
B=38.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2021252090.030.4000.1829547.7365.49
HexCA7DD13280121273041
Octal31217532135002244760101
Binary11001010111110111010001111010000100101001001111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7DD1; }

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

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

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

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

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

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

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

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