Html Css Color HEX #CB25FE Electric Purple

📋 copy color: '#CB25FE'

red 203 ◦ green 37 ◦ blue 254

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

Shades of Electric Purple #CB25FE

Tints of Electric Purple #CB25FE

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.49%

 BLUE value IS 254 (99.61% from 255) = 51.42%

R = 41.09%
G = 7.49%
B = 51.42%

CMYK

 C value IS 0.20

 M value IS 0.85

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CB25FE (or 0xCB25FE) is known color: Electric Purple. HEX triplet: CB, 25 and FE. RGB value is (203,37,254). Sum of RGB (Red+Green+Blue) = 203+37+254=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 37 (14.84% from 255 or 7.49% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #CB25FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB25FE is #34DA01. Grayscale: #6E6E6E. Windows color (decimal): -3463682 or 16655819. OLE color: 16655819.

HSL color Cylindrical-coordinate representation of color #CB25FE: hue angle of 285.9º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB25FE is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 203 37 254 -
CMYK 0.20 0.85 0 0.00
HSL 285.9º 0.99% 0.57% -
HSV(B) 285.9º 0.85% 1% -
XYZ 43.18 21.18 95.58 -
YUV 111.37 208.5 193.36 -
System Red Green Blue C M Y K H S L
Decimal 203 37 254 0.20 0.85 0 0.00 285.9 0.99 0.57
Hex CB 25 FE 14 55 0 0 11E 63 39
Octal 313 45 376 24 125 0 0 436 143 71
Binary 11001011 100101 11111110 10100 1010101 0 0 100011110 1100011 111001

Color Harmonies of #CB25FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB25FE

Black with #CB25FE

Text Example


Text Example

White with #CB25FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB25FE; }

 p { color: rgb(203,37,254); }

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

background-color css

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

 a { background-color: rgb(203,37,254); }

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

border-color css

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

 span { border-color: rgb(203,37,254); }

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