#CA36DE

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

Shades of Medium Orchid #CA36DE

Tints of Medium Orchid #CA36DE

Color information

#CA36DE (or 0xCA36DE) is unknown color: approx Medium Orchid. HEX triplet: CA, 36 and DE. RGB value is (202,54,222). Sum of RGB (Red+Green+Blue) = 202+54+222=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 54 (21.48% from 255 or 11.30% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA36DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA36DE is #35C921. Grayscale: #747474. Windows color (decimal): -3524898 or 14563018. OLE color: 14563018.

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

Color convert

RGB20254222-
CMYK0.090.7600.13
HSL292.86º71.79%54.12%-
HSV(B)292.86º75.68%87.06%-
XYZ38.8620.4771.01-
YUV117.4187.03188.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.26%
GREEN value IS 54 (21.48% from 255) = 11.30%
BLUE value IS 222 (87.11% from 255) = 46.44%
R=42.26%
G=11.30%
B=46.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal202542220.090.7600.13292.8671.7954.12
HexCA36DE94C0D1254836
Octal312663361111401544511066
Binary110010101101101101111010011001100011011001001011001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA36DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA36DE; }

 p { color: rgb(202,54,222); }

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

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

 a { background-color: rgb(202,54,222); }

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

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

 span { border-color: rgb(202,54,222); }

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