Html Css Color HEX #CB18FF Electric Purple

📋 copy color: '#CB18FF'

red 203 ◦ green 24 ◦ blue 255

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

Shades of Electric Purple #CB18FF

Tints of Electric Purple #CB18FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.9%

R = 42.12%
G = 4.98%
B = 52.9%

CMYK

 C value IS 0.20

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CB18FF (or 0xCB18FF) is known color: Electric Purple. HEX triplet: CB, 18 and FF. RGB value is (203,24,255). Sum of RGB (Red+Green+Blue) = 203+24+255=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 24 (9.77% from 255 or 4.98% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB18FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB18FF is #34E700. Grayscale: #676767. Windows color (decimal): -3467009 or 16718027. OLE color: 16718027.

HSL color Cylindrical-coordinate representation of color #CB18FF: hue angle of 286.49º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB18FF is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 203 24 255 -
CMYK 0.20 0.91 0 0
HSL 286.49º 1% 0.55% -
HSV(B) 286.49º 0.91% 1% -
XYZ 43.01 20.57 96.31 -
YUV 103.86 213.3 198.72 -
System Red Green Blue C M Y K H S L
Decimal 203 24 255 0.20 0.91 0 0 286.49 1 0.55
Hex CB 18 FF 14 5B 0 0 11E 64 37
Octal 313 30 377 24 133 0 0 436 144 67
Binary 11001011 11000 11111111 10100 1011011 0 0 100011110 1100100 110111

Color Harmonies of #CB18FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB18FF

Black with #CB18FF

Text Example


Text Example

White with #CB18FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB18FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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