#CA7DCD

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

Shades of Orchid #CA7DCD

Tints of Orchid #CA7DCD

Color information

#CA7DCD (or 0xCA7DCD) is unknown color: approx Orchid. HEX triplet: CA, 7D and CD. RGB value is (202,125,205). Sum of RGB (Red+Green+Blue) = 202+125+205=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 125 (49.22% from 255 or 23.50% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA7DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7DCD is #358232. Grayscale: #9C9C9C. Windows color (decimal): -3506739 or 13467082. OLE color: 13467082.

HSL color Cylindrical-coordinate representation of color #CA7DCD: hue angle of 297.75º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CA7DCD is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB202125205-
CMYK0.010.3900.20
HSL297.75º44.44%64.71%-
HSV(B)297.75º39.02%80.39%-
XYZ42.7131.6361.61-
YUV157.14155.01160-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.97%
GREEN value IS 125 (49.22% from 255) = 23.50%
BLUE value IS 205 (80.47% from 255) = 38.53%
R=37.97%
G=23.50%
B=38.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021252050.010.3900.20297.7544.4464.71
HexCA7DCD12701412a2c41
Octal31217531514702445254101
Binary1100101011111011100110111001110101001001010101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7DCD; }

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

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

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

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

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

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

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

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