Html Css Color HEX #CB17EE Electric Purple

📋 copy color: '#CB17EE'

red 203 ◦ green 23 ◦ blue 238

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

Shades of Electric Purple #CB17EE

Tints of Electric Purple #CB17EE

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.96%

 BLUE value IS 238 (93.36% from 255) = 51.29%

R = 43.75%
G = 4.96%
B = 51.29%

CMYK

 C value IS 0.15

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB17EE (or 0xCB17EE) is known color: Electric Purple. HEX triplet: CB, 17 and EE. RGB value is (203,23,238). Sum of RGB (Red+Green+Blue) = 203+23+238=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 23 (9.38% from 255 or 4.96% from 464); Blue value is 238 (93.36% from 255 or 51.29% from 464); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB17EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB17EE is #34E811. Grayscale: #646464. Windows color (decimal): -3467282 or 15603659. OLE color: 15603659.

HSL color Cylindrical-coordinate representation of color #CB17EE: hue angle of 290.23º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB17EE is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 23 238 -
CMYK 0.15 0.90 0 0.07
HSL 290.23º 0.86% 0.51% -
HSV(B) 290.23º 0.9% 0.93% -
XYZ 40.37 19.48 82.52 -
YUV 101.33 205.13 200.52 -
System Red Green Blue C M Y K H S L
Decimal 203 23 238 0.15 0.90 0 0.07 290.23 0.86 0.51
Hex CB 17 EE F 5A 0 7 122 56 33
Octal 313 27 356 17 132 0 7 442 126 63
Binary 11001011 10111 11101110 1111 1011010 0 111 100100010 1010110 110011

Color Harmonies of #CB17EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB17EE

Black with #CB17EE

Text Example


Text Example

White with #CB17EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB17EE; }

 p { color: rgb(203,23,238); }

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

background-color css

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

 a { background-color: rgb(203,23,238); }

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

border-color css

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

 span { border-color: rgb(203,23,238); }

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