Html Css Color HEX #CB15FF Electric Purple

📋 copy color: '#CB15FF'

red 203 ◦ green 21 ◦ blue 255

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

Shades of Electric Purple #CB15FF

Tints of Electric Purple #CB15FF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.38%

 BLUE value IS 255 (100% from 255) = 53.24%

R = 42.38%
G = 4.38%
B = 53.24%

CMYK

 C value IS 0.20

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CB15FF (or 0xCB15FF) is known color: Electric Purple. HEX triplet: CB, 15 and FF. RGB value is (203,21,255). Sum of RGB (Red+Green+Blue) = 203+21+255=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 21 (8.59% from 255 or 4.38% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB15FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB15FF is #34EA00. Grayscale: #656565. Windows color (decimal): -3467777 or 16717259. OLE color: 16717259.

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

Color convert

RGB 203 21 255 -
CMYK 0.20 0.92 0 0
HSL 286.67º 1% 0.54% -
HSV(B) 286.67º 0.92% 1% -
XYZ 42.95 20.45 96.29 -
YUV 102.09 214.3 199.97 -
System Red Green Blue C M Y K H S L
Decimal 203 21 255 0.20 0.92 0 0 286.67 1 0.54
Hex CB 15 FF 14 5C 0 0 11F 64 36
Octal 313 25 377 24 134 0 0 437 144 66
Binary 11001011 10101 11111111 10100 1011100 0 0 100011111 1100100 110110

Color Harmonies of #CB15FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB15FF

Black with #CB15FF

Text Example


Text Example

White with #CB15FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB15FF; }

 p { color: rgb(203,21,255); }

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

background-color css

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

 a { background-color: rgb(203,21,255); }

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

border-color css

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

 span { border-color: rgb(203,21,255); }

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