Html Css Color HEX #CB25F6 Electric Purple

📋 copy color: '#CB25F6'

red 203 ◦ green 37 ◦ blue 246

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

Shades of Electric Purple #CB25F6

Tints of Electric Purple #CB25F6

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.61%

 BLUE value IS 246 (96.48% from 255) = 50.62%

R = 41.77%
G = 7.61%
B = 50.62%

CMYK

 C value IS 0.17

 M value IS 0.85

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CB25F6 (or 0xCB25F6) is known color: Electric Purple. HEX triplet: CB, 25 and F6. RGB value is (203,37,246). Sum of RGB (Red+Green+Blue) = 203+37+246=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 37 (14.84% from 255 or 7.61% from 486); Blue value is 246 (96.48% from 255 or 50.62% from 486); Max value from RGB is 246 - color contains mainly: blue. Hex color #CB25F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB25F6 is #34DA09. Grayscale: #6D6D6D. Windows color (decimal): -3463690 or 16131531. OLE color: 16131531.

HSL color Cylindrical-coordinate representation of color #CB25F6: hue angle of 287.66º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB25F6 is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 203 37 246 -
CMYK 0.17 0.85 0 0.04
HSL 287.66º 0.92% 0.55% -
HSV(B) 287.66º 0.85% 0.96% -
XYZ 41.92 20.67 88.97 -
YUV 110.46 204.5 194.01 -
System Red Green Blue C M Y K H S L
Decimal 203 37 246 0.17 0.85 0 0.04 287.66 0.92 0.55
Hex CB 25 F6 11 55 0 4 120 5C 37
Octal 313 45 366 21 125 0 4 440 134 67
Binary 11001011 100101 11110110 10001 1010101 0 100 100100000 1011100 110111

Color Harmonies of #CB25F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB25F6

Black with #CB25F6

Text Example


Text Example

White with #CB25F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB25F6; }

 p { color: rgb(203,37,246); }

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

background-color css

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

 a { background-color: rgb(203,37,246); }

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

border-color css

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

 span { border-color: rgb(203,37,246); }

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