Html Css Color HEX #CB18FA Electric Purple

📋 copy color: '#CB18FA'

red 203 ◦ green 24 ◦ blue 250

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

Shades of Electric Purple #CB18FA

Tints of Electric Purple #CB18FA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.03%

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

R = 42.56%
G = 5.03%
B = 52.41%

CMYK

 C value IS 0.19

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CB18FA (or 0xCB18FA) is known color: Electric Purple. HEX triplet: CB, 18 and FA. RGB value is (203,24,250). Sum of RGB (Red+Green+Blue) = 203+24+250=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 24 (9.77% from 255 or 5.03% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB18FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB18FA is #34E705. Grayscale: #666666. Windows color (decimal): -3467014 or 16390347. OLE color: 16390347.

HSL color Cylindrical-coordinate representation of color #CB18FA: hue angle of 287.52º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB18FA is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 24 250 -
CMYK 0.19 0.90 0 0.02
HSL 287.52º 0.96% 0.54% -
HSV(B) 287.52º 0.9% 0.98% -
XYZ 42.21 20.25 92.13 -
YUV 103.29 210.8 199.12 -
System Red Green Blue C M Y K H S L
Decimal 203 24 250 0.19 0.90 0 0.02 287.52 0.96 0.54
Hex CB 18 FA 13 5A 0 2 120 60 36
Octal 313 30 372 23 132 0 2 440 140 66
Binary 11001011 11000 11111010 10011 1011010 0 10 100100000 1100000 110110

Color Harmonies of #CB18FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB18FA

Black with #CB18FA

Text Example


Text Example

White with #CB18FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB18FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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