Html Css Color HEX #CE54FA Heliotrope

📋 copy color: '#CE54FA'

red 206 ◦ green 84 ◦ blue 250

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

Shades of Heliotrope #CE54FA

Tints of Heliotrope #CE54FA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 15.56%

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

R = 38.15%
G = 15.56%
B = 46.3%

CMYK

 C value IS 0.18

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE54FA (or 0xCE54FA) is known color: Heliotrope. HEX triplet: CE, 54 and FA. RGB value is (206,84,250). Sum of RGB (Red+Green+Blue) = 206+84+250=540 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.15% from 540); Green value is 84 (33.20% from 255 or 15.56% from 540); Blue value is 250 (98.05% from 255 or 46.30% from 540); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE54FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE54FA is #31AB05. Grayscale: #8A8A8A. Windows color (decimal): -3255046 or 16405710. OLE color: 16405710.

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

Color convert

RGB 206 84 250 -
CMYK 0.18 0.66 0 0.02
HSL 284.1º 0.94% 0.65% -
HSV(B) 284.1º 0.66% 0.98% -
XYZ 45.88 26.36 93.11 -
YUV 139.4 190.42 175.5 -
System Red Green Blue C M Y K H S L
Decimal 206 84 250 0.18 0.66 0 0.02 284.1 0.94 0.65
Hex CE 54 FA 12 42 0 2 11C 5E 41
Octal 316 124 372 22 102 0 2 434 136 101
Binary 11001110 1010100 11111010 10010 1000010 0 10 100011100 1011110 1000001

Color Harmonies of #CE54FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE54FA

Black with #CE54FA

Text Example


Text Example

White with #CE54FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE54FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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