Html Css Color HEX #CA1BEC Electric Purple

📋 copy color: '#CA1BEC'

red 202 ◦ green 27 ◦ blue 236

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

Shades of Electric Purple #CA1BEC

Tints of Electric Purple #CA1BEC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.81%

 BLUE value IS 236 (92.58% from 255) = 50.75%

R = 43.44%
G = 5.81%
B = 50.75%

CMYK

 C value IS 0.14

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA1BEC (or 0xCA1BEC) is known color: Electric Purple. HEX triplet: CA, 1B and EC. RGB value is (202,27,236). Sum of RGB (Red+Green+Blue) = 202+27+236=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 27 (10.94% from 255 or 5.81% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA1BEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA1BEC is #35E413. Grayscale: #666666. Windows color (decimal): -3531796 or 15473610. OLE color: 15473610.

HSL color Cylindrical-coordinate representation of color #CA1BEC: hue angle of 290.24º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA1BEC is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 27 236 -
CMYK 0.14 0.89 0 0.07
HSL 290.24º 0.85% 0.52% -
HSV(B) 290.24º 0.89% 0.93% -
XYZ 39.89 19.4 81 -
YUV 103.15 202.98 198.51 -
System Red Green Blue C M Y K H S L
Decimal 202 27 236 0.14 0.89 0 0.07 290.24 0.85 0.52
Hex CA 1B EC E 59 0 7 122 55 34
Octal 312 33 354 16 131 0 7 442 125 64
Binary 11001010 11011 11101100 1110 1011001 0 111 100100010 1010101 110100

Color Harmonies of #CA1BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1BEC

Black with #CA1BEC

Text Example


Text Example

White with #CA1BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1BEC; }

 p { color: rgb(202,27,236); }

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

background-color css

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

 a { background-color: rgb(202,27,236); }

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

border-color css

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

 span { border-color: rgb(202,27,236); }

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