Html Css Color HEX #CB02F7 Electric Purple

📋 copy color: '#CB02F7'

red 203 ◦ green 2 ◦ blue 247

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

Shades of Electric Purple #CB02F7

Tints of Electric Purple #CB02F7

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.44%

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

R = 44.91%
G = 0.44%
B = 54.65%

CMYK

 C value IS 0.18

 M value IS 0.99

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CB02F7 (or 0xCB02F7) is known color: Electric Purple. HEX triplet: CB, 02 and F7. RGB value is (203,2,247). Sum of RGB (Red+Green+Blue) = 203+2+247=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 2 (1.17% from 255 or 0.44% from 452); Blue value is 247 (96.88% from 255 or 54.65% from 452); Max value from RGB is 247 - color contains mainly: blue. Hex color #CB02F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB02F7 is #34FD08. Grayscale: #595959. Windows color (decimal): -3472649 or 16188107. OLE color: 16188107.

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

Color convert

RGB 203 2 247 -
CMYK 0.18 0.99 0 0.03
HSL 289.22º 0.98% 0.49% -
HSV(B) 289.22º 0.99% 0.97% -
XYZ 41.44 19.46 89.57 -
YUV 90.03 216.59 208.58 -
System Red Green Blue C M Y K H S L
Decimal 203 2 247 0.18 0.99 0 0.03 289.22 0.98 0.49
Hex CB 2 F7 12 63 0 3 121 62 31
Octal 313 2 367 22 143 0 3 441 142 61
Binary 11001011 10 11110111 10010 1100011 0 11 100100001 1100010 110001

Color Harmonies of #CB02F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB02F7

Black with #CB02F7

Text Example


Text Example

White with #CB02F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB02F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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