#CA3CEF

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

Shades of Medium Orchid #CA3CEF

Tints of Medium Orchid #CA3CEF

Color information

#CA3CEF (or 0xCA3CEF) is unknown color: approx Medium Orchid. HEX triplet: CA, 3C and EF. RGB value is (202,60,239). Sum of RGB (Red+Green+Blue) = 202+60+239=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 60 (23.83% from 255 or 11.98% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 239 - color contains mainly: blue. Hex color #CA3CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA3CEF is #35C310. Grayscale: #7A7A7A. Windows color (decimal): -3523345 or 15678666. OLE color: 15678666.

HSL color Cylindrical-coordinate representation of color #CA3CEF: hue angle of 287.6º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA3CEF is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB20260239-
CMYK0.150.7500.06
HSL287.6º84.83%58.63%-
HSV(B)287.6º74.9%93.73%-
XYZ41.5522.0283.72-
YUV122.86193.54184.45-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.32%
GREEN value IS 60 (23.83% from 255) = 11.98%
BLUE value IS 239 (93.75% from 255) = 47.70%
R=40.32%
G=11.98%
B=47.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal202602390.150.7500.06287.684.8358.63
HexCA3CEFF4B06120553b
Octal31274357171130644012573
Binary11001010111100111011111111100101101101001000001010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3CEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3CEF; }

 p { color: rgb(202,60,239); }

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

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

 a { background-color: rgb(202,60,239); }

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

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

 span { border-color: rgb(202,60,239); }

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