Html Css Color HEX #C908FB Electric Purple

📋 copy color: '#C908FB'

red 201 ◦ green 8 ◦ blue 251

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

Shades of Electric Purple #C908FB

Tints of Electric Purple #C908FB

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.74%

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

R = 43.7%
G = 1.74%
B = 54.57%

CMYK

 C value IS 0.20

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C908FB (or 0xC908FB) is known color: Electric Purple. HEX triplet: C9, 08 and FB. RGB value is (201,8,251). Sum of RGB (Red+Green+Blue) = 201+8+251=460 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.70% from 460); Green value is 8 (3.52% from 255 or 1.74% from 460); Blue value is 251 (98.44% from 255 or 54.57% from 460); Max value from RGB is 251 - color contains mainly: blue. Hex color #C908FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C908FB is #36F704. Grayscale: #5C5C5C. Windows color (decimal): -3602181 or 16451785. OLE color: 16451785.

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

Color convert

RGB 201 8 251 -
CMYK 0.20 0.97 0 0.02
HSL 287.65º 0.97% 0.51% -
HSV(B) 287.65º 0.97% 0.98% -
XYZ 41.59 19.56 92.85 -
YUV 93.41 216.94 204.74 -
System Red Green Blue C M Y K H S L
Decimal 201 8 251 0.20 0.97 0 0.02 287.65 0.97 0.51
Hex C9 8 FB 14 61 0 2 120 61 33
Octal 311 10 373 24 141 0 2 440 141 63
Binary 11001001 1000 11111011 10100 1100001 0 10 100100000 1100001 110011

Color Harmonies of #C908FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C908FB

Black with #C908FB

Text Example


Text Example

White with #C908FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C908FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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