Html Css Color HEX #CA0CFB Electric Purple

📋 copy color: '#CA0CFB'

red 202 ◦ green 12 ◦ blue 251

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

Shades of Electric Purple #CA0CFB

Tints of Electric Purple #CA0CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 53.98%

R = 43.44%
G = 2.58%
B = 53.98%

CMYK

 C value IS 0.20

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA0CFB (or 0xCA0CFB) is known color: Electric Purple. HEX triplet: CA, 0C and FB. RGB value is (202,12,251). Sum of RGB (Red+Green+Blue) = 202+12+251=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 12 (5.08% from 255 or 2.58% from 465); Blue value is 251 (98.44% from 255 or 53.98% from 465); Max value from RGB is 251 - color contains mainly: blue. Hex color #CA0CFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA0CFB is #35F304. Grayscale: #5F5F5F. Windows color (decimal): -3535621 or 16452810. OLE color: 16452810.

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

Color convert

RGB 202 12 251 -
CMYK 0.20 0.95 0 0.02
HSL 287.7º 0.97% 0.52% -
HSV(B) 287.7º 0.95% 0.98% -
XYZ 41.9 19.78 92.88 -
YUV 96.06 215.45 203.57 -
System Red Green Blue C M Y K H S L
Decimal 202 12 251 0.20 0.95 0 0.02 287.7 0.97 0.52
Hex CA C FB 14 5F 0 2 120 61 34
Octal 312 14 373 24 137 0 2 440 141 64
Binary 11001010 1100 11111011 10100 1011111 0 10 100100000 1100001 110100

Color Harmonies of #CA0CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0CFB

Black with #CA0CFB

Text Example


Text Example

White with #CA0CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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