Html Css Color HEX #CB15F5 Electric Purple

📋 copy color: '#CB15F5'

red 203 ◦ green 21 ◦ blue 245

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

Shades of Electric Purple #CB15F5

Tints of Electric Purple #CB15F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 52.24%

R = 43.28%
G = 4.48%
B = 52.24%

CMYK

 C value IS 0.17

 M value IS 0.91

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CB15F5 (or 0xCB15F5) is known color: Electric Purple. HEX triplet: CB, 15 and F5. RGB value is (203,21,245). Sum of RGB (Red+Green+Blue) = 203+21+245=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 21 (8.59% from 255 or 4.48% from 469); Blue value is 245 (96.09% from 255 or 52.24% from 469); Max value from RGB is 245 - color contains mainly: blue. Hex color #CB15F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB15F5 is #34EA0A. Grayscale: #646464. Windows color (decimal): -3467787 or 16061899. OLE color: 16061899.

HSL color Cylindrical-coordinate representation of color #CB15F5: hue angle of 288.75º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB15F5 is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 203 21 245 -
CMYK 0.17 0.91 0 0.04
HSL 288.75º 0.92% 0.52% -
HSV(B) 288.75º 0.91% 0.96% -
XYZ 41.38 19.83 88.03 -
YUV 100.95 209.3 200.79 -
System Red Green Blue C M Y K H S L
Decimal 203 21 245 0.17 0.91 0 0.04 288.75 0.92 0.52
Hex CB 15 F5 11 5B 0 4 121 5C 34
Octal 313 25 365 21 133 0 4 441 134 64
Binary 11001011 10101 11110101 10001 1011011 0 100 100100001 1011100 110100

Color Harmonies of #CB15F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB15F5

Black with #CB15F5

Text Example


Text Example

White with #CB15F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB15F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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