Html Css Color HEX #CE12F1 Psychedelic Purple

📋 copy color: '#CE12F1'

red 206 ◦ green 18 ◦ blue 241

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

Shades of Psychedelic Purple #CE12F1

Tints of Psychedelic Purple #CE12F1

RGB

 RED value IS 206 (80.86% from 255) = 44.3%

 GREEN value IS 18 (7.42% from 255) = 3.87%

 BLUE value IS 241 (94.53% from 255) = 51.83%

R = 44.3%
G = 3.87%
B = 51.83%

CMYK

 C value IS 0.15

 M value IS 0.93

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CE12F1 (or 0xCE12F1) is known color: Psychedelic Purple. HEX triplet: CE, 12 and F1. RGB value is (206,18,241). Sum of RGB (Red+Green+Blue) = 206+18+241=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 18 (7.42% from 255 or 3.87% from 465); Blue value is 241 (94.53% from 255 or 51.83% from 465); Max value from RGB is 241 - color contains mainly: blue. Hex color #CE12F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE12F1 is #31ED0E. Grayscale: #626262. Windows color (decimal): -3271951 or 15798990. OLE color: 15798990.

HSL color Cylindrical-coordinate representation of color #CE12F1: hue angle of 290.58º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE12F1 is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 18 241 -
CMYK 0.15 0.93 0 0.05
HSL 290.58º 0.89% 0.51% -
HSV(B) 290.58º 0.93% 0.95% -
XYZ 41.55 19.91 84.87 -
YUV 99.63 207.78 203.87 -
System Red Green Blue C M Y K H S L
Decimal 206 18 241 0.15 0.93 0 0.05 290.58 0.89 0.51
Hex CE 12 F1 F 5D 0 5 123 59 33
Octal 316 22 361 17 135 0 5 443 131 63
Binary 11001110 10010 11110001 1111 1011101 0 101 100100011 1011001 110011

Color Harmonies of #CE12F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE12F1

Black with #CE12F1

Text Example


Text Example

White with #CE12F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE12F1; }

 p { color: rgb(206,18,241); }

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

background-color css

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

 a { background-color: rgb(206,18,241); }

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

border-color css

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

 span { border-color: rgb(206,18,241); }

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