Html Css Color HEX #CB23FA Electric Purple

📋 copy color: '#CB23FA'

red 203 ◦ green 35 ◦ blue 250

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

Shades of Electric Purple #CB23FA

Tints of Electric Purple #CB23FA

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.17%

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

R = 41.6%
G = 7.17%
B = 51.23%

CMYK

 C value IS 0.19

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CB23FA (or 0xCB23FA) is known color: Electric Purple. HEX triplet: CB, 23 and FA. RGB value is (203,35,250). Sum of RGB (Red+Green+Blue) = 203+35+250=488 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.60% from 488); Green value is 35 (14.06% from 255 or 7.17% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB23FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB23FA is #34DC05. Grayscale: #6D6D6D. Windows color (decimal): -3464198 or 16393163. OLE color: 16393163.

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

Color convert

RGB 203 35 250 -
CMYK 0.19 0.86 0 0.02
HSL 286.88º 0.96% 0.56% -
HSV(B) 286.88º 0.86% 0.98% -
XYZ 42.48 20.8 92.22 -
YUV 109.74 207.16 194.52 -
System Red Green Blue C M Y K H S L
Decimal 203 35 250 0.19 0.86 0 0.02 286.88 0.96 0.56
Hex CB 23 FA 13 56 0 2 11F 60 38
Octal 313 43 372 23 126 0 2 437 140 70
Binary 11001011 100011 11111010 10011 1010110 0 10 100011111 1100000 111000

Color Harmonies of #CB23FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB23FA

Black with #CB23FA

Text Example


Text Example

White with #CB23FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB23FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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