Html Css Color HEX #CB09F7 Electric Purple

📋 copy color: '#CB09F7'

red 203 ◦ green 9 ◦ blue 247

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

Shades of Electric Purple #CB09F7

Tints of Electric Purple #CB09F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 53.81%

R = 44.23%
G = 1.96%
B = 53.81%

CMYK

 C value IS 0.18

 M value IS 0.96

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CB09F7 (or 0xCB09F7) is known color: Electric Purple. HEX triplet: CB, 09 and F7. RGB value is (203,9,247). Sum of RGB (Red+Green+Blue) = 203+9+247=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 9 (3.91% from 255 or 1.96% from 459); Blue value is 247 (96.88% from 255 or 53.81% from 459); Max value from RGB is 247 - color contains mainly: blue. Hex color #CB09F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB09F7 is #34F608. Grayscale: #5D5D5D. Windows color (decimal): -3470857 or 16189899. OLE color: 16189899.

HSL color Cylindrical-coordinate representation of color #CB09F7: hue angle of 288.91º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB09F7 is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 203 9 247 -
CMYK 0.18 0.96 0 0.03
HSL 288.91º 0.94% 0.5% -
HSV(B) 288.91º 0.96% 0.97% -
XYZ 41.51 19.61 89.59 -
YUV 94.14 214.27 205.65 -
System Red Green Blue C M Y K H S L
Decimal 203 9 247 0.18 0.96 0 0.03 288.91 0.94 0.5
Hex CB 9 F7 12 60 0 3 121 5E 32
Octal 313 11 367 22 140 0 3 441 136 62
Binary 11001011 1001 11110111 10010 1100000 0 11 100100001 1011110 110010

Color Harmonies of #CB09F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB09F7

Black with #CB09F7

Text Example


Text Example

White with #CB09F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB09F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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