#CA3BF4

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

Shades of Medium Orchid #CA3BF4

Tints of Medium Orchid #CA3BF4

Color information

#CA3BF4 (or 0xCA3BF4) is unknown color: approx Medium Orchid. HEX triplet: CA, 3B and F4. RGB value is (202,59,244). Sum of RGB (Red+Green+Blue) = 202+59+244=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 59 (23.44% from 255 or 11.68% from 505); Blue value is 244 (95.70% from 255 or 48.32% from 505); Max value from RGB is 244 - color contains mainly: blue. Hex color #CA3BF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA3BF4 is #35C40B. Grayscale: #7A7A7A. Windows color (decimal): -3523596 or 16006090. OLE color: 16006090.

HSL color Cylindrical-coordinate representation of color #CA3BF4: hue angle of 286.38º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA3BF4 is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB20259244-
CMYK0.170.7600.04
HSL286.38º89.37%59.41%-
HSV(B)286.38º75.82%95.69%-
XYZ42.2522.2287.65-
YUV122.85196.38184.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40%
GREEN value IS 59 (23.44% from 255) = 11.68%
BLUE value IS 244 (95.70% from 255) = 48.32%
R=40%
G=11.68%
B=48.32%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal202592440.170.7600.04286.3889.3759.41
HexCA3BF4114C0411e593b
Octal31273364211140443613173
Binary110010101110111111010010001100110001001000111101011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3BF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3BF4; }

 p { color: rgb(202,59,244); }

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

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

 a { background-color: rgb(202,59,244); }

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

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

 span { border-color: rgb(202,59,244); }

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