Html Css Color HEX #CC0BFF Electric Purple

📋 copy color: '#CC0BFF'

red 204 ◦ green 11 ◦ blue 255

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

Shades of Electric Purple #CC0BFF

Tints of Electric Purple #CC0BFF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.34%

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

R = 43.4%
G = 2.34%
B = 54.26%

CMYK

 C value IS 0.2

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CC0BFF (or 0xCC0BFF) is known color: Electric Purple. HEX triplet: CC, 0B and FF. RGB value is (204,11,255). Sum of RGB (Red+Green+Blue) = 204+11+255=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 11 (4.69% from 255 or 2.34% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC0BFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC0BFF is #33F400. Grayscale: #5F5F5F. Windows color (decimal): -3404801 or 16714700. OLE color: 16714700.

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

Color convert

RGB 204 11 255 -
CMYK 0.2 0.96 0 0
HSL 287.46º 1% 0.52% -
HSV(B) 287.46º 0.96% 1% -
XYZ 43.07 20.3 96.26 -
YUV 96.52 217.44 204.66 -
System Red Green Blue C M Y K H S L
Decimal 204 11 255 0.2 0.96 0 0 287.46 1 0.52
Hex CC B FF 14 60 0 0 11F 64 34
Octal 314 13 377 24 140 0 0 437 144 64
Binary 11001100 1011 11111111 10100 1100000 0 0 100011111 1100100 110100

Color Harmonies of #CC0BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0BFF

Black with #CC0BFF

Text Example


Text Example

White with #CC0BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0BFF; }

 p { color: rgb(204,11,255); }

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

background-color css

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

 a { background-color: rgb(204,11,255); }

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

border-color css

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

 span { border-color: rgb(204,11,255); }

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