#CA7DCB

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

Shades of Orchid #CA7DCB

Tints of Orchid #CA7DCB

Color information

#CA7DCB (or 0xCA7DCB) is unknown color: approx Orchid. HEX triplet: CA, 7D and CB. RGB value is (202,125,203). Sum of RGB (Red+Green+Blue) = 202+125+203=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 125 (49.22% from 255 or 23.58% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA7DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7DCB is #358234. Grayscale: #9C9C9C. Windows color (decimal): -3506741 or 13336010. OLE color: 13336010.

HSL color Cylindrical-coordinate representation of color #CA7DCB: hue angle of 299.23º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CA7DCB is Cyan = 0.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB202125203-
CMYK0.000.3800.20
HSL299.23º42.86%64.31%-
HSV(B)299.23º38.42%79.61%-
XYZ42.4731.5460.35-
YUV156.92154.01160.16-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.11%
GREEN value IS 125 (49.22% from 255) = 23.58%
BLUE value IS 203 (79.69% from 255) = 38.30%
R=38.11%
G=23.58%
B=38.30%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021252030.000.3800.20299.2342.8664.31
HexCA7DCB02601412b2b40
Octal31217531304602445353100
Binary1100101011111011100101101001100101001001010111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7DCB; }

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

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

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

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

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

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

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

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