#CA39FC

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

Shades of Medium Orchid #CA39FC

Tints of Medium Orchid #CA39FC

Color information

#CA39FC (or 0xCA39FC) is unknown color: approx Medium Orchid. HEX triplet: CA, 39 and FC. RGB value is (202,57,252). Sum of RGB (Red+Green+Blue) = 202+57+252=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 57 (22.66% from 255 or 11.15% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #CA39FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA39FC is #35C603. Grayscale: #797979. Windows color (decimal): -3524100 or 16529866. OLE color: 16529866.

HSL color Cylindrical-coordinate representation of color #CA39FC: hue angle of 284.62º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA39FC is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB20257252-
CMYK0.200.7700.01
HSL284.62º97.01%60.59%-
HSV(B)284.62º77.38%98.82%-
XYZ43.3922.5194.15-
YUV122.58201.04184.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.53%
GREEN value IS 57 (22.66% from 255) = 11.15%
BLUE value IS 252 (98.83% from 255) = 49.32%
R=39.53%
G=11.15%
B=49.32%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal202572520.200.7700.01284.6297.0160.59
HexCA39FC144D0111d613d
Octal31271374241150143514175
Binary1100101011100111111100101001001101011000111011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA39FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA39FC; }

 p { color: rgb(202,57,252); }

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

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

 a { background-color: rgb(202,57,252); }

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

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

 span { border-color: rgb(202,57,252); }

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