Html Css Color HEX #CB15F9 Electric Purple

📋 copy color: '#CB15F9'

red 203 ◦ green 21 ◦ blue 249

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

Shades of Electric Purple #CB15F9

Tints of Electric Purple #CB15F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 52.64%

R = 42.92%
G = 4.44%
B = 52.64%

CMYK

 C value IS 0.18

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CB15F9 (or 0xCB15F9) is known color: Electric Purple. HEX triplet: CB, 15 and F9. RGB value is (203,21,249). Sum of RGB (Red+Green+Blue) = 203+21+249=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 21 (8.59% from 255 or 4.44% from 473); Blue value is 249 (97.66% from 255 or 52.64% from 473); Max value from RGB is 249 - color contains mainly: blue. Hex color #CB15F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB15F9 is #34EA06. Grayscale: #646464. Windows color (decimal): -3467783 or 16324043. OLE color: 16324043.

HSL color Cylindrical-coordinate representation of color #CB15F9: hue angle of 287.89º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB15F9 is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 21 249 -
CMYK 0.18 0.92 0 0.02
HSL 287.89º 0.95% 0.53% -
HSV(B) 287.89º 0.92% 0.98% -
XYZ 42 20.07 91.28 -
YUV 101.41 211.3 200.46 -
System Red Green Blue C M Y K H S L
Decimal 203 21 249 0.18 0.92 0 0.02 287.89 0.95 0.53
Hex CB 15 F9 12 5C 0 2 120 5F 35
Octal 313 25 371 22 134 0 2 440 137 65
Binary 11001011 10101 11111001 10010 1011100 0 10 100100000 1011111 110101

Color Harmonies of #CB15F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB15F9

Black with #CB15F9

Text Example


Text Example

White with #CB15F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB15F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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