Html Css Color HEX #CB25E9 Electric Purple

📋 copy color: '#CB25E9'

red 203 ◦ green 37 ◦ blue 233

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

Shades of Electric Purple #CB25E9

Tints of Electric Purple #CB25E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 49.26%

R = 42.92%
G = 7.82%
B = 49.26%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CB25E9 (or 0xCB25E9) is known color: Electric Purple. HEX triplet: CB, 25 and E9. RGB value is (203,37,233). Sum of RGB (Red+Green+Blue) = 203+37+233=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 37 (14.84% from 255 or 7.82% from 473); Blue value is 233 (91.41% from 255 or 49.26% from 473); Max value from RGB is 233 - color contains mainly: blue. Hex color #CB25E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB25E9 is #34DA16. Grayscale: #6C6C6C. Windows color (decimal): -3463703 or 15279563. OLE color: 15279563.

HSL color Cylindrical-coordinate representation of color #CB25E9: hue angle of 290.82º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB25E9 is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 203 37 233 -
CMYK 0.13 0.84 0 0.09
HSL 290.82º 0.82% 0.53% -
HSV(B) 290.82º 0.84% 0.91% -
XYZ 40 19.9 78.82 -
YUV 108.98 198 195.06 -
System Red Green Blue C M Y K H S L
Decimal 203 37 233 0.13 0.84 0 0.09 290.82 0.82 0.53
Hex CB 25 E9 D 54 0 9 123 52 35
Octal 313 45 351 15 124 0 11 443 122 65
Binary 11001011 100101 11101001 1101 1010100 0 1001 100100011 1010010 110101

Color Harmonies of #CB25E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB25E9

Black with #CB25E9

Text Example


Text Example

White with #CB25E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB25E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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