Html Css Color HEX #CB17ED Electric Purple

📋 copy color: '#CB17ED'

red 203 ◦ green 23 ◦ blue 237

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

Shades of Electric Purple #CB17ED

Tints of Electric Purple #CB17ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 51.19%

R = 43.84%
G = 4.97%
B = 51.19%

CMYK

 C value IS 0.14

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB17ED (or 0xCB17ED) is known color: Electric Purple. HEX triplet: CB, 17 and ED. RGB value is (203,23,237). Sum of RGB (Red+Green+Blue) = 203+23+237=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 23 (9.38% from 255 or 4.97% from 463); Blue value is 237 (92.97% from 255 or 51.19% from 463); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB17ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB17ED is #34E812. Grayscale: #646464. Windows color (decimal): -3467283 or 15538123. OLE color: 15538123.

HSL color Cylindrical-coordinate representation of color #CB17ED: hue angle of 290.47º 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 #CB17ED is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 23 237 -
CMYK 0.14 0.90 0 0.07
HSL 290.47º 0.86% 0.51% -
HSV(B) 290.47º 0.9% 0.93% -
XYZ 40.22 19.42 81.75 -
YUV 101.22 204.63 200.6 -
System Red Green Blue C M Y K H S L
Decimal 203 23 237 0.14 0.90 0 0.07 290.47 0.86 0.51
Hex CB 17 ED E 5A 0 7 122 56 33
Octal 313 27 355 16 132 0 7 442 126 63
Binary 11001011 10111 11101101 1110 1011010 0 111 100100010 1010110 110011

Color Harmonies of #CB17ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB17ED

Black with #CB17ED

Text Example


Text Example

White with #CB17ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB17ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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