Html Css Color HEX #CB15FA Electric Purple

📋 copy color: '#CB15FA'

red 203 ◦ green 21 ◦ blue 250

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

Shades of Electric Purple #CB15FA

Tints of Electric Purple #CB15FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.74%

R = 42.83%
G = 4.43%
B = 52.74%

CMYK

 C value IS 0.19

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CB15FA (or 0xCB15FA) is known color: Electric Purple. HEX triplet: CB, 15 and FA. RGB value is (203,21,250). Sum of RGB (Red+Green+Blue) = 203+21+250=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 21 (8.59% from 255 or 4.43% from 474); Blue value is 250 (98.05% from 255 or 52.74% from 474); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB15FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB15FA is #34EA05. Grayscale: #646464. Windows color (decimal): -3467782 or 16389579. OLE color: 16389579.

HSL color Cylindrical-coordinate representation of color #CB15FA: hue angle of 287.69º degrees, saturation: 0.96, 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 #CB15FA is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 21 250 -
CMYK 0.19 0.92 0 0.02
HSL 287.69º 0.96% 0.53% -
HSV(B) 287.69º 0.92% 0.98% -
XYZ 42.15 20.13 92.11 -
YUV 101.52 211.8 200.38 -
System Red Green Blue C M Y K H S L
Decimal 203 21 250 0.19 0.92 0 0.02 287.69 0.96 0.53
Hex CB 15 FA 13 5C 0 2 120 60 35
Octal 313 25 372 23 134 0 2 440 140 65
Binary 11001011 10101 11111010 10011 1011100 0 10 100100000 1100000 110101

Color Harmonies of #CB15FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB15FA

Black with #CB15FA

Text Example


Text Example

White with #CB15FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB15FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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