#CB2EF4

Color #CB2EF4 Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #CB2EF4

Tints of Electric Purple #CB2EF4

Color information

#CB2EF4 (or 0xCB2EF4) is unknown color: approx Electric Purple. HEX triplet: CB, 2E and F4. RGB value is (203,46,244). Sum of RGB (Red+Green+Blue) = 203+46+244=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 46 (18.36% from 255 or 9.33% from 493); Blue value is 244 (95.70% from 255 or 49.49% from 493); Max value from RGB is 244 - color contains mainly: blue. Hex color #CB2EF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB2EF4 is #34D10B. Grayscale: #727272. Windows color (decimal): -3461388 or 16002763. OLE color: 16002763.

HSL color Cylindrical-coordinate representation of color #CB2EF4: hue angle of 287.58º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB2EF4 is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB20346244-
CMYK0.170.8100.04
HSL287.58º90%56.86%-
HSV(B)287.58º81.15%95.69%-
XYZ41.9321.1887.47-
YUV115.52200.51190.4-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.18%
GREEN value IS 46 (18.36% from 255) = 9.33%
BLUE value IS 244 (95.70% from 255) = 49.49%
R=41.18%
G=9.33%
B=49.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal203462440.170.8100.04287.589056.86
HexCB2EF41151041205a39
Octal31356364211210444013271
Binary110010111011101111010010001101000101001001000001011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB2EF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB2EF4; }

 p { color: rgb(203,46,244); }

 H1.HeaderClassName
 {
   color: #CB2EF4;
 }
 .AnyTagClassName
 {
   color: #CB2EF4;
 }
</style>
background-color css

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

 a { background-color: rgb(203,46,244); }

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

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

 span { border-color: rgb(203,46,244); }

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