Html Css Color HEX #CE51FA Heliotrope

📋 copy color: '#CE51FA'

red 206 ◦ green 81 ◦ blue 250

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

Shades of Heliotrope #CE51FA

Tints of Heliotrope #CE51FA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.08%

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

R = 38.36%
G = 15.08%
B = 46.55%

CMYK

 C value IS 0.18

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE51FA (or 0xCE51FA) is known color: Heliotrope. HEX triplet: CE, 51 and FA. RGB value is (206,81,250). Sum of RGB (Red+Green+Blue) = 206+81+250=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 81 (32.03% from 255 or 15.08% from 537); Blue value is 250 (98.05% from 255 or 46.55% from 537); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE51FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE51FA is #31AE05. Grayscale: #898989. Windows color (decimal): -3255814 or 16404942. OLE color: 16404942.

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

Color convert

RGB 206 81 250 -
CMYK 0.18 0.68 0 0.02
HSL 284.38º 0.94% 0.65% -
HSV(B) 284.38º 0.68% 0.98% -
XYZ 45.65 25.91 93.04 -
YUV 137.64 191.41 176.76 -
System Red Green Blue C M Y K H S L
Decimal 206 81 250 0.18 0.68 0 0.02 284.38 0.94 0.65
Hex CE 51 FA 12 44 0 2 11C 5E 41
Octal 316 121 372 22 104 0 2 434 136 101
Binary 11001110 1010001 11111010 10010 1000100 0 10 100011100 1011110 1000001

Color Harmonies of #CE51FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE51FA

Black with #CE51FA

Text Example


Text Example

White with #CE51FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE51FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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