Html Css Color HEX #CA11F6 Electric Purple

📋 copy color: '#CA11F6'

red 202 ◦ green 17 ◦ blue 246

#CA11F6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #CA11F6

Tints of Electric Purple #CA11F6

RGB

 RED value IS 202 (79.3% from 255) = 43.44%

 GREEN value IS 17 (7.03% from 255) = 3.66%

 BLUE value IS 246 (96.48% from 255) = 52.9%

R = 43.44%
G = 3.66%
B = 52.9%

CMYK

 C value IS 0.18

 M value IS 0.93

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CA11F6 (or 0xCA11F6) is known color: Electric Purple. HEX triplet: CA, 11 and F6. RGB value is (202,17,246). Sum of RGB (Red+Green+Blue) = 202+17+246=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 17 (7.03% from 255 or 3.66% from 465); Blue value is 246 (96.48% from 255 or 52.90% from 465); Max value from RGB is 246 - color contains mainly: blue. Hex color #CA11F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA11F6 is #35EE09. Grayscale: #616161. Windows color (decimal): -3534346 or 16126410. OLE color: 16126410.

HSL color Cylindrical-coordinate representation of color #CA11F6: hue angle of 288.47º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA11F6 is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 17 246 -
CMYK 0.18 0.93 0 0.04
HSL 288.47º 0.93% 0.52% -
HSV(B) 288.47º 0.93% 0.96% -
XYZ 41.19 19.61 88.8 -
YUV 98.42 211.29 201.88 -
System Red Green Blue C M Y K H S L
Decimal 202 17 246 0.18 0.93 0 0.04 288.47 0.93 0.52
Hex CA 11 F6 12 5D 0 4 120 5D 34
Octal 312 21 366 22 135 0 4 440 135 64
Binary 11001010 10001 11110110 10010 1011101 0 100 100100000 1011101 110100

Color Harmonies of #CA11F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA11F6

Black with #CA11F6

Text Example


Text Example

White with #CA11F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA11F6; }

 p { color: rgb(202,17,246); }

 H1.HeaderClassName
 {
   color: #CA11F6;
 }
 .AnyTagClassName
 {
   color: #CA11F6;
 }
</style>

background-color css

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

 a { background-color: rgb(202,17,246); }

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

border-color css

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

 span { border-color: rgb(202,17,246); }

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