#CA65DF

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

Shades of Medium Orchid #CA65DF

Tints of Medium Orchid #CA65DF

Color information

#CA65DF (or 0xCA65DF) is unknown color: approx Medium Orchid. HEX triplet: CA, 65 and DF. RGB value is (202,101,223). Sum of RGB (Red+Green+Blue) = 202+101+223=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 101 (39.84% from 255 or 19.20% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA65DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA65DF is #359A20. Grayscale: #909090. Windows color (decimal): -3512865 or 14640586. OLE color: 14640586.

HSL color Cylindrical-coordinate representation of color #CA65DF: hue angle of 289.67º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA65DF is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB202101223-
CMYK0.090.5500.13
HSL289.67º65.59%63.53%-
HSV(B)289.67º54.71%87.45%-
XYZ42.3327.1972.83-
YUV145.11171.96168.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.40%
GREEN value IS 101 (39.84% from 255) = 19.20%
BLUE value IS 223 (87.5% from 255) = 42.40%
R=38.40%
G=19.20%
B=42.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021012230.090.5500.13289.6765.5963.53
HexCA65DF9370D1224240
Octal3121453371167015442102100
Binary1100101011001011101111110011101110110110010001010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA65DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA65DF; }

 p { color: rgb(202,101,223); }

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

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

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

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

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

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

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