Html Css Color HEX #CA1CF6 Electric Purple

📋 copy color: '#CA1CF6'

red 202 ◦ green 28 ◦ blue 246

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

Shades of Electric Purple #CA1CF6

Tints of Electric Purple #CA1CF6

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.88%

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

R = 42.44%
G = 5.88%
B = 51.68%

CMYK

 C value IS 0.18

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CA1CF6 (or 0xCA1CF6) is known color: Electric Purple. HEX triplet: CA, 1C and F6. RGB value is (202,28,246). Sum of RGB (Red+Green+Blue) = 202+28+246=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 28 (11.33% from 255 or 5.88% from 476); Blue value is 246 (96.48% from 255 or 51.68% from 476); Max value from RGB is 246 - color contains mainly: blue. Hex color #CA1CF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA1CF6 is #35E309. Grayscale: #686868. Windows color (decimal): -3531530 or 16129226. OLE color: 16129226.

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

Color convert

RGB 202 28 246 -
CMYK 0.18 0.89 0 0.04
HSL 287.89º 0.92% 0.54% -
HSV(B) 287.89º 0.89% 0.96% -
XYZ 41.41 20.04 88.87 -
YUV 104.88 207.65 197.27 -
System Red Green Blue C M Y K H S L
Decimal 202 28 246 0.18 0.89 0 0.04 287.89 0.92 0.54
Hex CA 1C F6 12 59 0 4 120 5C 36
Octal 312 34 366 22 131 0 4 440 134 66
Binary 11001010 11100 11110110 10010 1011001 0 100 100100000 1011100 110110

Color Harmonies of #CA1CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1CF6

Black with #CA1CF6

Text Example


Text Example

White with #CA1CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1CF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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