Html Css Color HEX #CE13FA Psychedelic Purple

📋 copy color: '#CE13FA'

red 206 ◦ green 19 ◦ blue 250

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

Shades of Psychedelic Purple #CE13FA

Tints of Psychedelic Purple #CE13FA

RGB

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

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

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

R = 43.37%
G = 4%
B = 52.63%

CMYK

 C value IS 0.18

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE13FA (or 0xCE13FA) is known color: Psychedelic Purple. HEX triplet: CE, 13 and FA. RGB value is (206,19,250). Sum of RGB (Red+Green+Blue) = 206+19+250=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 19 (7.81% from 255 or 4% from 475); Blue value is 250 (98.05% from 255 or 52.63% from 475); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE13FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE13FA is #31EC05. Grayscale: #646464. Windows color (decimal): -3271686 or 16389070. OLE color: 16389070.

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

Color convert

RGB 206 19 250 -
CMYK 0.18 0.92 0 0.02
HSL 288.57º 0.96% 0.53% -
HSV(B) 288.57º 0.92% 0.98% -
XYZ 42.94 20.49 92.13 -
YUV 101.25 211.95 202.72 -
System Red Green Blue C M Y K H S L
Decimal 206 19 250 0.18 0.92 0 0.02 288.57 0.96 0.53
Hex CE 13 FA 12 5C 0 2 121 60 35
Octal 316 23 372 22 134 0 2 441 140 65
Binary 11001110 10011 11111010 10010 1011100 0 10 100100001 1100000 110101

Color Harmonies of #CE13FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE13FA

Black with #CE13FA

Text Example


Text Example

White with #CE13FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE13FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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