Html Css Color HEX #CB0FFA Electric Purple

📋 copy color: '#CB0FFA'

red 203 ◦ green 15 ◦ blue 250

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

Shades of Electric Purple #CB0FFA

Tints of Electric Purple #CB0FFA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.21%

 BLUE value IS 250 (98.05% from 255) = 53.42%

R = 43.38%
G = 3.21%
B = 53.42%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CB0FFA (or 0xCB0FFA) is known color: Electric Purple. HEX triplet: CB, 0F and FA. RGB value is (203,15,250). Sum of RGB (Red+Green+Blue) = 203+15+250=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 15 (6.25% from 255 or 3.21% from 468); Blue value is 250 (98.05% from 255 or 53.42% from 468); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB0FFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB0FFA is #34F005. Grayscale: #616161. Windows color (decimal): -3469318 or 16388043. OLE color: 16388043.

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

Color convert

RGB 203 15 250 -
CMYK 0.19 0.94 0 0.02
HSL 288º 0.96% 0.52% -
HSV(B) 288º 0.94% 0.98% -
XYZ 42.05 19.94 92.07 -
YUV 98 213.78 202.89 -
System Red Green Blue C M Y K H S L
Decimal 203 15 250 0.19 0.94 0 0.02 288 0.96 0.52
Hex CB F FA 13 5E 0 2 120 60 34
Octal 313 17 372 23 136 0 2 440 140 64
Binary 11001011 1111 11111010 10011 1011110 0 10 100100000 1100000 110100

Color Harmonies of #CB0FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0FFA

Black with #CB0FFA

Text Example


Text Example

White with #CB0FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0FFA; }

 p { color: rgb(203,15,250); }

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

background-color css

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

 a { background-color: rgb(203,15,250); }

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

border-color css

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

 span { border-color: rgb(203,15,250); }

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