#CA5DD6

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

Shades of Medium Orchid #CA5DD6

Tints of Medium Orchid #CA5DD6

Color information

#CA5DD6 (or 0xCA5DD6) is unknown color: approx Medium Orchid. HEX triplet: CA, 5D and D6. RGB value is (202,93,214). Sum of RGB (Red+Green+Blue) = 202+93+214=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 93 (36.72% from 255 or 18.27% from 509); Blue value is 214 (83.98% from 255 or 42.04% from 509); Max value from RGB is 214 - color contains mainly: blue. Hex color #CA5DD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5DD6 is #35A229. Grayscale: #8B8B8B. Windows color (decimal): -3514922 or 14048714. OLE color: 14048714.

HSL color Cylindrical-coordinate representation of color #CA5DD6: hue angle of 294.05º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA5DD6 is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20293214-
CMYK0.060.5700.16
HSL294.05º59.61%60.2%-
HSV(B)294.05º56.54%83.92%-
XYZ40.4125.2466.36-
YUV139.38170.11172.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.69%
GREEN value IS 93 (36.72% from 255) = 18.27%
BLUE value IS 214 (83.98% from 255) = 42.04%
R=39.69%
G=18.27%
B=42.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal202932140.060.5700.16294.0559.6160.2
HexCA5DD66390101263c3c
Octal3121353266710204467474
Binary11001010101110111010110110111001010000100100110111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5DD6; }

 p { color: rgb(202,93,214); }

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

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

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

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

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

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

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