Html Css Color HEX #CB2DFA Electric Purple

📋 copy color: '#CB2DFA'

red 203 ◦ green 45 ◦ blue 250

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

Shades of Electric Purple #CB2DFA

Tints of Electric Purple #CB2DFA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.04%

 BLUE value IS 250 (98.05% from 255) = 50.2%

R = 40.76%
G = 9.04%
B = 50.2%

CMYK

 C value IS 0.19

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CB2DFA (or 0xCB2DFA) is known color: Electric Purple. HEX triplet: CB, 2D and FA. RGB value is (203,45,250). Sum of RGB (Red+Green+Blue) = 203+45+250=498 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.76% from 498); Green value is 45 (17.97% from 255 or 9.04% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB2DFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB2DFA is #34D205. Grayscale: #727272. Windows color (decimal): -3461638 or 16395723. OLE color: 16395723.

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

Color convert

RGB 203 45 250 -
CMYK 0.19 0.82 0 0.02
HSL 286.24º 0.95% 0.58% -
HSV(B) 286.24º 0.82% 0.98% -
XYZ 42.82 21.48 92.33 -
YUV 115.61 203.85 190.33 -
System Red Green Blue C M Y K H S L
Decimal 203 45 250 0.19 0.82 0 0.02 286.24 0.95 0.58
Hex CB 2D FA 13 52 0 2 11E 5F 3A
Octal 313 55 372 23 122 0 2 436 137 72
Binary 11001011 101101 11111010 10011 1010010 0 10 100011110 1011111 111010

Color Harmonies of #CB2DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2DFA

Black with #CB2DFA

Text Example


Text Example

White with #CB2DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2DFA; }

 p { color: rgb(203,45,250); }

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

background-color css

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

 a { background-color: rgb(203,45,250); }

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

border-color css

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

 span { border-color: rgb(203,45,250); }

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