Html Css Color HEX #CB1EFD Electric Purple

📋 copy color: '#CB1EFD'

red 203 ◦ green 30 ◦ blue 253

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

Shades of Electric Purple #CB1EFD

Tints of Electric Purple #CB1EFD

RGB

 RED value IS 203 (79.69% from 255) = 41.77%

 GREEN value IS 30 (12.11% from 255) = 6.17%

 BLUE value IS 253 (99.22% from 255) = 52.06%

R = 41.77%
G = 6.17%
B = 52.06%

CMYK

 C value IS 0.20

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CB1EFD (or 0xCB1EFD) is known color: Electric Purple. HEX triplet: CB, 1E and FD. RGB value is (203,30,253). Sum of RGB (Red+Green+Blue) = 203+30+253=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 30 (12.11% from 255 or 6.17% from 486); Blue value is 253 (99.22% from 255 or 52.06% from 486); Max value from RGB is 253 - color contains mainly: blue. Hex color #CB1EFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB1EFD is #34E102. Grayscale: #6A6A6A. Windows color (decimal): -3465475 or 16588491. OLE color: 16588491.

HSL color Cylindrical-coordinate representation of color #CB1EFD: hue angle of 286.55º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB1EFD is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 203 30 253 -
CMYK 0.20 0.88 0 0.01
HSL 286.55º 0.98% 0.55% -
HSV(B) 286.55º 0.88% 0.99% -
XYZ 42.82 20.72 94.67 -
YUV 107.15 210.31 196.37 -
System Red Green Blue C M Y K H S L
Decimal 203 30 253 0.20 0.88 0 0.01 286.55 0.98 0.55
Hex CB 1E FD 14 58 0 1 11F 62 37
Octal 313 36 375 24 130 0 1 437 142 67
Binary 11001011 11110 11111101 10100 1011000 0 1 100011111 1100010 110111

Color Harmonies of #CB1EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1EFD

Black with #CB1EFD

Text Example


Text Example

White with #CB1EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1EFD; }

 p { color: rgb(203,30,253); }

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

background-color css

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

 a { background-color: rgb(203,30,253); }

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

border-color css

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

 span { border-color: rgb(203,30,253); }

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