#CA7DDC

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

Shades of Orchid #CA7DDC

Tints of Orchid #CA7DDC

Color information

#CA7DDC (or 0xCA7DDC) is unknown color: approx Orchid. HEX triplet: CA, 7D and DC. RGB value is (202,125,220). Sum of RGB (Red+Green+Blue) = 202+125+220=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 125 (49.22% from 255 or 22.85% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA7DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7DDC is #358223. Grayscale: #9E9E9E. Windows color (decimal): -3506724 or 14450122. OLE color: 14450122.

HSL color Cylindrical-coordinate representation of color #CA7DDC: hue angle of 288.63º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA7DDC is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB202125220-
CMYK0.080.4300.14
HSL288.63º57.58%67.65%-
HSV(B)288.63º43.18%86.27%-
XYZ44.6132.3971.61-
YUV158.85162.51158.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.93%
GREEN value IS 125 (49.22% from 255) = 22.85%
BLUE value IS 220 (86.33% from 255) = 40.22%
R=36.93%
G=22.85%
B=40.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2021252200.080.4300.14288.6357.5867.65
HexCA7DDC82B0E1213a44
Octal312175334105301644172104
Binary110010101111101110111001000101011011101001000011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7DDC; }

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

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

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

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

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

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

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

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