Html Css Color HEX #CA14F7 Electric Purple

📋 copy color: '#CA14F7'

red 202 ◦ green 20 ◦ blue 247

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

Shades of Electric Purple #CA14F7

Tints of Electric Purple #CA14F7

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.26%

 BLUE value IS 247 (96.88% from 255) = 52.67%

R = 43.07%
G = 4.26%
B = 52.67%

CMYK

 C value IS 0.18

 M value IS 0.92

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CA14F7 (or 0xCA14F7) is known color: Electric Purple. HEX triplet: CA, 14 and F7. RGB value is (202,20,247). Sum of RGB (Red+Green+Blue) = 202+20+247=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 20 (8.20% from 255 or 4.26% from 469); Blue value is 247 (96.88% from 255 or 52.67% from 469); Max value from RGB is 247 - color contains mainly: blue. Hex color #CA14F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA14F7 is #35EB08. Grayscale: #636363. Windows color (decimal): -3533577 or 16192714. OLE color: 16192714.

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

Color convert

RGB 202 20 247 -
CMYK 0.18 0.92 0 0.03
HSL 288.11º 0.93% 0.52% -
HSV(B) 288.11º 0.92% 0.97% -
XYZ 41.4 19.77 89.63 -
YUV 100.3 210.8 200.54 -
System Red Green Blue C M Y K H S L
Decimal 202 20 247 0.18 0.92 0 0.03 288.11 0.93 0.52
Hex CA 14 F7 12 5C 0 3 120 5D 34
Octal 312 24 367 22 134 0 3 440 135 64
Binary 11001010 10100 11110111 10010 1011100 0 11 100100000 1011101 110100

Color Harmonies of #CA14F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA14F7

Black with #CA14F7

Text Example


Text Example

White with #CA14F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA14F7; }

 p { color: rgb(202,20,247); }

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

background-color css

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

 a { background-color: rgb(202,20,247); }

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

border-color css

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

 span { border-color: rgb(202,20,247); }

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