Html Css Color HEX #CE14FA Psychedelic Purple

📋 copy color: '#CE14FA'

red 206 ◦ green 20 ◦ blue 250

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

Shades of Psychedelic Purple #CE14FA

Tints of Psychedelic Purple #CE14FA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.2%

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

R = 43.28%
G = 4.2%
B = 52.52%

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

#CE14FA (or 0xCE14FA) is known color: Psychedelic Purple. HEX triplet: CE, 14 and FA. RGB value is (206,20,250). Sum of RGB (Red+Green+Blue) = 206+20+250=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 20 (8.20% from 255 or 4.20% from 476); Blue value is 250 (98.05% from 255 or 52.52% from 476); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE14FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE14FA is #31EB05. Grayscale: #656565. Windows color (decimal): -3271430 or 16389326. OLE color: 16389326.

HSL color Cylindrical-coordinate representation of color #CE14FA: hue angle of 288.52º 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 #CE14FA is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 20 250 -
CMYK 0.18 0.92 0 0.02
HSL 288.52º 0.96% 0.53% -
HSV(B) 288.52º 0.92% 0.98% -
XYZ 42.96 20.52 92.14 -
YUV 101.83 211.62 202.3 -
System Red Green Blue C M Y K H S L
Decimal 206 20 250 0.18 0.92 0 0.02 288.52 0.96 0.53
Hex CE 14 FA 12 5C 0 2 121 60 35
Octal 316 24 372 22 134 0 2 441 140 65
Binary 11001110 10100 11111010 10010 1011100 0 10 100100001 1100000 110101

Color Harmonies of #CE14FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE14FA

Black with #CE14FA

Text Example


Text Example

White with #CE14FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE14FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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