Html Css Color HEX #CE10ED Psychedelic Purple

📋 copy color: '#CE10ED'

red 206 ◦ green 16 ◦ blue 237

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

Shades of Psychedelic Purple #CE10ED

Tints of Psychedelic Purple #CE10ED

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.49%

 BLUE value IS 237 (92.97% from 255) = 51.63%

R = 44.88%
G = 3.49%
B = 51.63%

CMYK

 C value IS 0.13

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE10ED (or 0xCE10ED) is known color: Psychedelic Purple. HEX triplet: CE, 10 and ED. RGB value is (206,16,237). Sum of RGB (Red+Green+Blue) = 206+16+237=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 16 (6.64% from 255 or 3.49% from 459); Blue value is 237 (92.97% from 255 or 51.63% from 459); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE10ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE10ED is #31EF12. Grayscale: #616161. Windows color (decimal): -3272467 or 15536334. OLE color: 15536334.

HSL color Cylindrical-coordinate representation of color #CE10ED: hue angle of 291.58º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE10ED is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 16 237 -
CMYK 0.13 0.93 0 0.07
HSL 291.58º 0.87% 0.5% -
HSV(B) 291.58º 0.93% 0.93% -
XYZ 40.92 19.61 81.75 -
YUV 98 206.45 205.03 -
System Red Green Blue C M Y K H S L
Decimal 206 16 237 0.13 0.93 0 0.07 291.58 0.87 0.5
Hex CE 10 ED D 5D 0 7 124 57 32
Octal 316 20 355 15 135 0 7 444 127 62
Binary 11001110 10000 11101101 1101 1011101 0 111 100100100 1010111 110010

Color Harmonies of #CE10ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE10ED

Black with #CE10ED

Text Example


Text Example

White with #CE10ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE10ED; }

 p { color: rgb(206,16,237); }

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

background-color css

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

 a { background-color: rgb(206,16,237); }

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

border-color css

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

 span { border-color: rgb(206,16,237); }

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