#CA65DD

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

Shades of Medium Orchid #CA65DD

Tints of Medium Orchid #CA65DD

Color information

#CA65DD (or 0xCA65DD) is unknown color: approx Medium Orchid. HEX triplet: CA, 65 and DD. RGB value is (202,101,221). Sum of RGB (Red+Green+Blue) = 202+101+221=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 101 (39.84% from 255 or 19.27% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA65DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA65DD is #359A22. Grayscale: #909090. Windows color (decimal): -3512867 or 14509514. OLE color: 14509514.

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

Color convert

RGB202101221-
CMYK0.090.5400.13
HSL290.5º63.83%63.14%-
HSV(B)290.5º54.3%86.67%-
XYZ42.0627.0871.42-
YUV144.88170.96168.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.55%
GREEN value IS 101 (39.84% from 255) = 19.27%
BLUE value IS 221 (86.72% from 255) = 42.18%
R=38.55%
G=19.27%
B=42.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021012210.090.5400.13290.563.8363.14
HexCA65DD9360D122403f
Octal312145335116601544210077
Binary110010101100101110111011001110110011011001000101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA65DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA65DD; }

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

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

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

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

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

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

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

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