Html Css Color HEX #CB15FC Electric Purple

📋 copy color: '#CB15FC'

red 203 ◦ green 21 ◦ blue 252

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

Shades of Electric Purple #CB15FC

Tints of Electric Purple #CB15FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.94%

R = 42.65%
G = 4.41%
B = 52.94%

CMYK

 C value IS 0.19

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CB15FC (or 0xCB15FC) is known color: Electric Purple. HEX triplet: CB, 15 and FC. RGB value is (203,21,252). Sum of RGB (Red+Green+Blue) = 203+21+252=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 21 (8.59% from 255 or 4.41% from 476); Blue value is 252 (98.83% from 255 or 52.94% from 476); Max value from RGB is 252 - color contains mainly: blue. Hex color #CB15FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB15FC is #34EA03. Grayscale: #656565. Windows color (decimal): -3467780 or 16520651. OLE color: 16520651.

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

Color convert

RGB 203 21 252 -
CMYK 0.19 0.92 0 0.01
HSL 287.27º 0.97% 0.54% -
HSV(B) 287.27º 0.92% 0.99% -
XYZ 42.47 20.26 93.77 -
YUV 101.75 212.8 200.22 -
System Red Green Blue C M Y K H S L
Decimal 203 21 252 0.19 0.92 0 0.01 287.27 0.97 0.54
Hex CB 15 FC 13 5C 0 1 11F 61 36
Octal 313 25 374 23 134 0 1 437 141 66
Binary 11001011 10101 11111100 10011 1011100 0 1 100011111 1100001 110110

Color Harmonies of #CB15FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB15FC

Black with #CB15FC

Text Example


Text Example

White with #CB15FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB15FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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