Html Css Color HEX #CB09FC Electric Purple

📋 copy color: '#CB09FC'

red 203 ◦ green 9 ◦ blue 252

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

Shades of Electric Purple #CB09FC

Tints of Electric Purple #CB09FC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.94%

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

R = 43.75%
G = 1.94%
B = 54.31%

CMYK

 C value IS 0.19

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CB09FC (or 0xCB09FC) is known color: Electric Purple. HEX triplet: CB, 09 and FC. RGB value is (203,9,252). Sum of RGB (Red+Green+Blue) = 203+9+252=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 9 (3.91% from 255 or 1.94% from 464); Blue value is 252 (98.83% from 255 or 54.31% from 464); Max value from RGB is 252 - color contains mainly: blue. Hex color #CB09FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB09FC is #34F603. Grayscale: #5D5D5D. Windows color (decimal): -3470852 or 16517579. OLE color: 16517579.

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

Color convert

RGB 203 9 252 -
CMYK 0.19 0.96 0 0.01
HSL 287.9º 0.98% 0.51% -
HSV(B) 287.9º 0.96% 0.99% -
XYZ 42.3 19.92 93.71 -
YUV 94.71 216.77 205.24 -
System Red Green Blue C M Y K H S L
Decimal 203 9 252 0.19 0.96 0 0.01 287.9 0.98 0.51
Hex CB 9 FC 13 60 0 1 120 62 33
Octal 313 11 374 23 140 0 1 440 142 63
Binary 11001011 1001 11111100 10011 1100000 0 1 100100000 1100010 110011

Color Harmonies of #CB09FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB09FC

Black with #CB09FC

Text Example


Text Example

White with #CB09FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB09FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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