Html Css Color HEX #CE12F9 Psychedelic Purple

📋 copy color: '#CE12F9'

red 206 ◦ green 18 ◦ blue 249

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

Shades of Psychedelic Purple #CE12F9

Tints of Psychedelic Purple #CE12F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 52.64%

R = 43.55%
G = 3.81%
B = 52.64%

CMYK

 C value IS 0.17

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE12F9 (or 0xCE12F9) is known color: Psychedelic Purple. HEX triplet: CE, 12 and F9. RGB value is (206,18,249). Sum of RGB (Red+Green+Blue) = 206+18+249=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 18 (7.42% from 255 or 3.81% from 473); Blue value is 249 (97.66% from 255 or 52.64% from 473); Max value from RGB is 249 - color contains mainly: blue. Hex color #CE12F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE12F9 is #31ED06. Grayscale: #636363. Windows color (decimal): -3271943 or 16323278. OLE color: 16323278.

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

Color convert

RGB 206 18 249 -
CMYK 0.17 0.93 0 0.02
HSL 288.83º 0.95% 0.52% -
HSV(B) 288.83º 0.93% 0.98% -
XYZ 42.77 20.39 91.3 -
YUV 100.55 211.78 203.22 -
System Red Green Blue C M Y K H S L
Decimal 206 18 249 0.17 0.93 0 0.02 288.83 0.95 0.52
Hex CE 12 F9 11 5D 0 2 121 5F 34
Octal 316 22 371 21 135 0 2 441 137 64
Binary 11001110 10010 11111001 10001 1011101 0 10 100100001 1011111 110100

Color Harmonies of #CE12F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE12F9

Black with #CE12F9

Text Example


Text Example

White with #CE12F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE12F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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