Html Css Color HEX #CB2AFD Electric Purple

📋 copy color: '#CB2AFD'

red 203 ◦ green 42 ◦ blue 253

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

Shades of Electric Purple #CB2AFD

Tints of Electric Purple #CB2AFD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.43%

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

R = 40.76%
G = 8.43%
B = 50.8%

CMYK

 C value IS 0.20

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CB2AFD (or 0xCB2AFD) is known color: Electric Purple. HEX triplet: CB, 2A and FD. RGB value is (203,42,253). Sum of RGB (Red+Green+Blue) = 203+42+253=498 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.76% from 498); Green value is 42 (16.80% from 255 or 8.43% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #CB2AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB2AFD is #34D502. Grayscale: #717171. Windows color (decimal): -3462403 or 16591563. OLE color: 16591563.

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

Color convert

RGB 203 42 253 -
CMYK 0.20 0.83 0 0.01
HSL 285.78º 0.98% 0.58% -
HSV(B) 285.78º 0.83% 0.99% -
XYZ 43.19 21.44 94.79 -
YUV 114.19 206.34 191.34 -
System Red Green Blue C M Y K H S L
Decimal 203 42 253 0.20 0.83 0 0.01 285.78 0.98 0.58
Hex CB 2A FD 14 53 0 1 11E 62 3A
Octal 313 52 375 24 123 0 1 436 142 72
Binary 11001011 101010 11111101 10100 1010011 0 1 100011110 1100010 111010

Color Harmonies of #CB2AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2AFD

Black with #CB2AFD

Text Example


Text Example

White with #CB2AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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