Html Css Color HEX #CB09ED Electric Purple

📋 copy color: '#CB09ED'

red 203 ◦ green 9 ◦ blue 237

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

Shades of Electric Purple #CB09ED

Tints of Electric Purple #CB09ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 52.78%

R = 45.21%
G = 2%
B = 52.78%

CMYK

 C value IS 0.14

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB09ED (or 0xCB09ED) is known color: Electric Purple. HEX triplet: CB, 09 and ED. RGB value is (203,9,237). Sum of RGB (Red+Green+Blue) = 203+9+237=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 9 (3.91% from 255 or 2.00% from 449); Blue value is 237 (92.97% from 255 or 52.78% from 449); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB09ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB09ED is #34F612. Grayscale: #5C5C5C. Windows color (decimal): -3470867 or 15534539. OLE color: 15534539.

HSL color Cylindrical-coordinate representation of color #CB09ED: hue angle of 291.05º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB09ED is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 9 237 -
CMYK 0.14 0.96 0 0.07
HSL 291.05º 0.93% 0.48% -
HSV(B) 291.05º 0.96% 0.93% -
XYZ 40.01 19.01 81.68 -
YUV 93 209.27 206.46 -
System Red Green Blue C M Y K H S L
Decimal 203 9 237 0.14 0.96 0 0.07 291.05 0.93 0.48
Hex CB 9 ED E 60 0 7 123 5D 30
Octal 313 11 355 16 140 0 7 443 135 60
Binary 11001011 1001 11101101 1110 1100000 0 111 100100011 1011101 110000

Color Harmonies of #CB09ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB09ED

Black with #CB09ED

Text Example


Text Example

White with #CB09ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB09ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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