Html Css Color HEX #C906FB Electric Purple

📋 copy color: '#C906FB'

red 201 ◦ green 6 ◦ blue 251

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

Shades of Electric Purple #C906FB

Tints of Electric Purple #C906FB

RGB

 RED value IS 201 (78.91% from 255) = 43.89%

 GREEN value IS 6 (2.73% from 255) = 1.31%

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

R = 43.89%
G = 1.31%
B = 54.8%

CMYK

 C value IS 0.20

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C906FB (or 0xC906FB) is known color: Electric Purple. HEX triplet: C9, 06 and FB. RGB value is (201,6,251). Sum of RGB (Red+Green+Blue) = 201+6+251=458 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.89% from 458); Green value is 6 (2.73% from 255 or 1.31% from 458); Blue value is 251 (98.44% from 255 or 54.80% from 458); Max value from RGB is 251 - color contains mainly: blue. Hex color #C906FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C906FB is #36F904. Grayscale: #5B5B5B. Windows color (decimal): -3602693 or 16451273. OLE color: 16451273.

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

Color convert

RGB 201 6 251 -
CMYK 0.20 0.98 0 0.02
HSL 287.76º 0.97% 0.5% -
HSV(B) 287.76º 0.98% 0.98% -
XYZ 41.57 19.51 92.84 -
YUV 92.24 217.6 205.58 -
System Red Green Blue C M Y K H S L
Decimal 201 6 251 0.20 0.98 0 0.02 287.76 0.97 0.5
Hex C9 6 FB 14 62 0 2 120 61 32
Octal 311 6 373 24 142 0 2 440 141 62
Binary 11001001 110 11111011 10100 1100010 0 10 100100000 1100001 110010

Color Harmonies of #C906FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C906FB

Black with #C906FB

Text Example


Text Example

White with #C906FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C906FB; }

 p { color: rgb(201,6,251); }

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

background-color css

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

 a { background-color: rgb(201,6,251); }

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

border-color css

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

 span { border-color: rgb(201,6,251); }

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