#CA4CEF

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

Shades of Medium Orchid #CA4CEF

Tints of Medium Orchid #CA4CEF

Color information

#CA4CEF (or 0xCA4CEF) is unknown color: approx Medium Orchid. HEX triplet: CA, 4C and EF. RGB value is (202,76,239). Sum of RGB (Red+Green+Blue) = 202+76+239=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 76 (30.08% from 255 or 14.70% from 517); Blue value is 239 (93.75% from 255 or 46.23% from 517); Max value from RGB is 239 - color contains mainly: blue. Hex color #CA4CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA4CEF is #35B310. Grayscale: #838383. Windows color (decimal): -3519249 or 15682762. OLE color: 15682762.

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

Color convert

RGB20276239-
CMYK0.150.6800.06
HSL286.38º83.59%61.76%-
HSV(B)286.38º68.2%93.73%-
XYZ42.5223.9684.04-
YUV132.26188.24177.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.07%
GREEN value IS 76 (30.08% from 255) = 14.70%
BLUE value IS 239 (93.75% from 255) = 46.23%
R=39.07%
G=14.70%
B=46.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal202762390.150.6800.06286.3883.5961.76
HexCA4CEFF440611e543e
Octal312114357171040643612476
Binary110010101001100111011111111100010001101000111101010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4CEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4CEF; }

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

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

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

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

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

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

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

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