Html Css Color HEX #CE13F8 Psychedelic Purple

📋 copy color: '#CE13F8'

red 206 ◦ green 19 ◦ blue 248

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

Shades of Psychedelic Purple #CE13F8

Tints of Psychedelic Purple #CE13F8

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.02%

 BLUE value IS 248 (97.27% from 255) = 52.43%

R = 43.55%
G = 4.02%
B = 52.43%

CMYK

 C value IS 0.17

 M value IS 0.92

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CE13F8 (or 0xCE13F8) is known color: Psychedelic Purple. HEX triplet: CE, 13 and F8. RGB value is (206,19,248). Sum of RGB (Red+Green+Blue) = 206+19+248=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 19 (7.81% from 255 or 4.02% from 473); Blue value is 248 (97.27% from 255 or 52.43% from 473); Max value from RGB is 248 - color contains mainly: blue. Hex color #CE13F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE13F8 is #31EC07. Grayscale: #646464. Windows color (decimal): -3271688 or 16257998. OLE color: 16257998.

HSL color Cylindrical-coordinate representation of color #CE13F8: hue angle of 289º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE13F8 is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 206 19 248 -
CMYK 0.17 0.92 0 0.03
HSL 289º 0.94% 0.52% -
HSV(B) 289º 0.92% 0.97% -
XYZ 42.63 20.36 90.49 -
YUV 101.02 210.95 202.88 -
System Red Green Blue C M Y K H S L
Decimal 206 19 248 0.17 0.92 0 0.03 289 0.94 0.52
Hex CE 13 F8 11 5C 0 3 121 5E 34
Octal 316 23 370 21 134 0 3 441 136 64
Binary 11001110 10011 11111000 10001 1011100 0 11 100100001 1011110 110100

Color Harmonies of #CE13F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE13F8

Black with #CE13F8

Text Example


Text Example

White with #CE13F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE13F8; }

 p { color: rgb(206,19,248); }

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

background-color css

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

 a { background-color: rgb(206,19,248); }

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

border-color css

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

 span { border-color: rgb(206,19,248); }

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