#CA7DCA

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

Shades of Orchid #CA7DCA

Tints of Orchid #CA7DCA

Color information

#CA7DCA (or 0xCA7DCA) is unknown color: approx Orchid. HEX triplet: CA, 7D and CA. RGB value is (202,125,202). Sum of RGB (Red+Green+Blue) = 202+125+202=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 125 (49.22% from 255 or 23.63% from 529); Blue value is 202 (79.30% from 255 or 38.19% from 529); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA7DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7DCA is #358235. Grayscale: #9C9C9C. Windows color (decimal): -3506742 or 13270474. OLE color: 13270474.

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

Color convert

RGB202125202-
CMYK00.3800.21
HSL300º42.08%64.12%-
HSV(B)300º38.12%79.22%-
XYZ42.3531.4959.72-
YUV156.8153.51160.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.19%
GREEN value IS 125 (49.22% from 255) = 23.63%
BLUE value IS 202 (79.30% from 255) = 38.19%
R=38.19%
G=23.63%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212520200.3800.2130042.0864.12
HexCA7DCA02601512c2a40
Octal31217531204602545452100
Binary1100101011111011100101001001100101011001011001010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7DCA; }

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

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

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

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

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

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

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

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