Html Css Color HEX #CA0CFF Electric Purple

📋 copy color: '#CA0CFF'

red 202 ◦ green 12 ◦ blue 255

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

Shades of Electric Purple #CA0CFF

Tints of Electric Purple #CA0CFF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.56%

 BLUE value IS 255 (100% from 255) = 54.37%

R = 43.07%
G = 2.56%
B = 54.37%

CMYK

 C value IS 0.21

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CA0CFF (or 0xCA0CFF) is known color: Electric Purple. HEX triplet: CA, 0C and FF. RGB value is (202,12,255). Sum of RGB (Red+Green+Blue) = 202+12+255=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 12 (5.08% from 255 or 2.56% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA0CFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA0CFF is #35F300. Grayscale: #5F5F5F. Windows color (decimal): -3535617 or 16714954. OLE color: 16714954.

HSL color Cylindrical-coordinate representation of color #CA0CFF: hue angle of 286.91º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA0CFF is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 202 12 255 -
CMYK 0.21 0.95 0 0
HSL 286.91º 1% 0.52% -
HSV(B) 286.91º 0.95% 1% -
XYZ 42.54 20.04 96.23 -
YUV 96.51 217.45 203.24 -
System Red Green Blue C M Y K H S L
Decimal 202 12 255 0.21 0.95 0 0 286.91 1 0.52
Hex CA C FF 15 5F 0 0 11F 64 34
Octal 312 14 377 25 137 0 0 437 144 64
Binary 11001010 1100 11111111 10101 1011111 0 0 100011111 1100100 110100

Color Harmonies of #CA0CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0CFF

Black with #CA0CFF

Text Example


Text Example

White with #CA0CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0CFF; }

 p { color: rgb(202,12,255); }

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

background-color css

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

 a { background-color: rgb(202,12,255); }

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

border-color css

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

 span { border-color: rgb(202,12,255); }

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