Html Css Color HEX #CE0FFA Psychedelic Purple

📋 copy color: '#CE0FFA'

red 206 ◦ green 15 ◦ blue 250

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

Shades of Psychedelic Purple #CE0FFA

Tints of Psychedelic Purple #CE0FFA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.18%

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

R = 43.74%
G = 3.18%
B = 53.08%

CMYK

 C value IS 0.18

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE0FFA (or 0xCE0FFA) is known color: Psychedelic Purple. HEX triplet: CE, 0F and FA. RGB value is (206,15,250). Sum of RGB (Red+Green+Blue) = 206+15+250=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 15 (6.25% from 255 or 3.18% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE0FFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE0FFA is #31F005. Grayscale: #626262. Windows color (decimal): -3272710 or 16388046. OLE color: 16388046.

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

Color convert

RGB 206 15 250 -
CMYK 0.18 0.94 0 0.02
HSL 288.77º 0.96% 0.52% -
HSV(B) 288.77º 0.94% 0.98% -
XYZ 42.88 20.37 92.11 -
YUV 98.9 213.28 204.39 -
System Red Green Blue C M Y K H S L
Decimal 206 15 250 0.18 0.94 0 0.02 288.77 0.96 0.52
Hex CE F FA 12 5E 0 2 121 60 34
Octal 316 17 372 22 136 0 2 441 140 64
Binary 11001110 1111 11111010 10010 1011110 0 10 100100001 1100000 110100

Color Harmonies of #CE0FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0FFA

Black with #CE0FFA

Text Example


Text Example

White with #CE0FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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