#CA3DFC

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

Shades of Medium Orchid #CA3DFC

Tints of Medium Orchid #CA3DFC

Color information

#CA3DFC (or 0xCA3DFC) is unknown color: approx Medium Orchid. HEX triplet: CA, 3D and FC. RGB value is (202,61,252). Sum of RGB (Red+Green+Blue) = 202+61+252=515 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.22% from 515); Green value is 61 (24.22% from 255 or 11.84% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #CA3DFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA3DFC is #35C203. Grayscale: #7C7C7C. Windows color (decimal): -3523076 or 16530890. OLE color: 16530890.

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

Color convert

RGB20261252-
CMYK0.200.7600.01
HSL284.29º96.95%61.37%-
HSV(B)284.29º75.79%98.82%-
XYZ43.622.9294.22-
YUV124.93199.71182.97-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.22%
GREEN value IS 61 (24.22% from 255) = 11.84%
BLUE value IS 252 (98.83% from 255) = 48.93%
R=39.22%
G=11.84%
B=48.93%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal202612520.200.7600.01284.2996.9561.37
HexCA3DFC144C0111c613d
Octal31275374241140143414175
Binary1100101011110111111100101001001100011000111001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3DFC; }

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

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

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

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

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

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

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

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