Html Css Color HEX #CC0FFB Electric Purple

📋 copy color: '#CC0FFB'

red 204 ◦ green 15 ◦ blue 251

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

Shades of Electric Purple #CC0FFB

Tints of Electric Purple #CC0FFB

RGB

 RED value IS 204 (80.08% from 255) = 43.4%

 GREEN value IS 15 (6.25% from 255) = 3.19%

 BLUE value IS 251 (98.44% from 255) = 53.4%

R = 43.4%
G = 3.19%
B = 53.4%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC0FFB (or 0xCC0FFB) is known color: Electric Purple. HEX triplet: CC, 0F and FB. RGB value is (204,15,251). Sum of RGB (Red+Green+Blue) = 204+15+251=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 15 (6.25% from 255 or 3.19% from 470); Blue value is 251 (98.44% from 255 or 53.40% from 470); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC0FFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC0FFB is #33F004. Grayscale: #616161. Windows color (decimal): -3403781 or 16453580. OLE color: 16453580.

HSL color Cylindrical-coordinate representation of color #CC0FFB: hue angle of 288.05º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0FFB is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 15 251 -
CMYK 0.19 0.94 0 0.02
HSL 288.05º 0.97% 0.52% -
HSV(B) 288.05º 0.94% 0.98% -
XYZ 42.49 20.14 92.92 -
YUV 98.42 214.12 203.31 -
System Red Green Blue C M Y K H S L
Decimal 204 15 251 0.19 0.94 0 0.02 288.05 0.97 0.52
Hex CC F FB 13 5E 0 2 120 61 34
Octal 314 17 373 23 136 0 2 440 141 64
Binary 11001100 1111 11111011 10011 1011110 0 10 100100000 1100001 110100

Color Harmonies of #CC0FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0FFB

Black with #CC0FFB

Text Example


Text Example

White with #CC0FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0FFB; }

 p { color: rgb(204,15,251); }

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

background-color css

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

 a { background-color: rgb(204,15,251); }

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

border-color css

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

 span { border-color: rgb(204,15,251); }

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