Html Css Color HEX #CB17FC Electric Purple

📋 copy color: '#CB17FC'

red 203 ◦ green 23 ◦ blue 252

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

Shades of Electric Purple #CB17FC

Tints of Electric Purple #CB17FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.72%

R = 42.47%
G = 4.81%
B = 52.72%

CMYK

 C value IS 0.19

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CB17FC (or 0xCB17FC) is known color: Electric Purple. HEX triplet: CB, 17 and FC. RGB value is (203,23,252). Sum of RGB (Red+Green+Blue) = 203+23+252=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 23 (9.38% from 255 or 4.81% from 478); Blue value is 252 (98.83% from 255 or 52.72% from 478); Max value from RGB is 252 - color contains mainly: blue. Hex color #CB17FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB17FC is #34E803. Grayscale: #666666. Windows color (decimal): -3467268 or 16521163. OLE color: 16521163.

HSL color Cylindrical-coordinate representation of color #CB17FC: hue angle of 287.16º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB17FC is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 203 23 252 -
CMYK 0.19 0.91 0 0.01
HSL 287.16º 0.97% 0.54% -
HSV(B) 287.16º 0.91% 0.99% -
XYZ 42.51 20.34 93.78 -
YUV 102.93 212.13 199.38 -
System Red Green Blue C M Y K H S L
Decimal 203 23 252 0.19 0.91 0 0.01 287.16 0.97 0.54
Hex CB 17 FC 13 5B 0 1 11F 61 36
Octal 313 27 374 23 133 0 1 437 141 66
Binary 11001011 10111 11111100 10011 1011011 0 1 100011111 1100001 110110

Color Harmonies of #CB17FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB17FC

Black with #CB17FC

Text Example


Text Example

White with #CB17FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB17FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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