Html Css Color HEX #CB0DFA Electric Purple

📋 copy color: '#CB0DFA'

red 203 ◦ green 13 ◦ blue 250

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

Shades of Electric Purple #CB0DFA

Tints of Electric Purple #CB0DFA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.79%

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

R = 43.56%
G = 2.79%
B = 53.65%

CMYK

 C value IS 0.19

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CB0DFA (or 0xCB0DFA) is known color: Electric Purple. HEX triplet: CB, 0D and FA. RGB value is (203,13,250). Sum of RGB (Red+Green+Blue) = 203+13+250=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 13 (5.47% from 255 or 2.79% from 466); Blue value is 250 (98.05% from 255 or 53.65% from 466); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB0DFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB0DFA is #34F205. Grayscale: #606060. Windows color (decimal): -3469830 or 16387531. OLE color: 16387531.

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

Color convert

RGB 203 13 250 -
CMYK 0.19 0.95 0 0.02
HSL 288.1º 0.96% 0.52% -
HSV(B) 288.1º 0.95% 0.98% -
XYZ 42.03 19.89 92.07 -
YUV 96.83 214.45 203.73 -
System Red Green Blue C M Y K H S L
Decimal 203 13 250 0.19 0.95 0 0.02 288.1 0.96 0.52
Hex CB D FA 13 5F 0 2 120 60 34
Octal 313 15 372 23 137 0 2 440 140 64
Binary 11001011 1101 11111010 10011 1011111 0 10 100100000 1100000 110100

Color Harmonies of #CB0DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0DFA

Black with #CB0DFA

Text Example


Text Example

White with #CB0DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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