Html Css Color HEX #CB25EF Electric Purple

📋 copy color: '#CB25EF'

red 203 ◦ green 37 ◦ blue 239

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

Shades of Electric Purple #CB25EF

Tints of Electric Purple #CB25EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.9%

R = 42.38%
G = 7.72%
B = 49.9%

CMYK

 C value IS 0.15

 M value IS 0.85

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CB25EF (or 0xCB25EF) is known color: Electric Purple. HEX triplet: CB, 25 and EF. RGB value is (203,37,239). Sum of RGB (Red+Green+Blue) = 203+37+239=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 37 (14.84% from 255 or 7.72% from 479); Blue value is 239 (93.75% from 255 or 49.90% from 479); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB25EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB25EF is #34DA10. Grayscale: #6D6D6D. Windows color (decimal): -3463697 or 15672779. OLE color: 15672779.

HSL color Cylindrical-coordinate representation of color #CB25EF: hue angle of 289.31º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB25EF is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 203 37 239 -
CMYK 0.15 0.85 0 0.06
HSL 289.31º 0.86% 0.54% -
HSV(B) 289.31º 0.85% 0.94% -
XYZ 40.87 20.25 83.42 -
YUV 109.66 201 194.57 -
System Red Green Blue C M Y K H S L
Decimal 203 37 239 0.15 0.85 0 0.06 289.31 0.86 0.54
Hex CB 25 EF F 55 0 6 121 56 36
Octal 313 45 357 17 125 0 6 441 126 66
Binary 11001011 100101 11101111 1111 1010101 0 110 100100001 1010110 110110

Color Harmonies of #CB25EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB25EF

Black with #CB25EF

Text Example


Text Example

White with #CB25EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB25EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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