Html Css Color HEX #CE76FA Heliotrope

📋 copy color: '#CE76FA'

red 206 ◦ green 118 ◦ blue 250

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

Shades of Heliotrope #CE76FA

Tints of Heliotrope #CE76FA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 20.56%

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

R = 35.89%
G = 20.56%
B = 43.55%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE76FA (or 0xCE76FA) is known color: Heliotrope. HEX triplet: CE, 76 and FA. RGB value is (206,118,250). Sum of RGB (Red+Green+Blue) = 206+118+250=574 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.89% from 574); Green value is 118 (46.48% from 255 or 20.56% from 574); Blue value is 250 (98.05% from 255 or 43.55% from 574); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE76FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE76FA is #318905. Grayscale: #9E9E9E. Windows color (decimal): -3246342 or 16414414. OLE color: 16414414.

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

Color convert

RGB 206 118 250 -
CMYK 0.18 0.53 0 0.02
HSL 280º 0.93% 0.72% -
HSV(B) 280º 0.53% 0.98% -
XYZ 49.19 32.98 94.22 -
YUV 159.36 179.15 161.27 -
System Red Green Blue C M Y K H S L
Decimal 206 118 250 0.18 0.53 0 0.02 280 0.93 0.72
Hex CE 76 FA 12 35 0 2 118 5D 48
Octal 316 166 372 22 65 0 2 430 135 110
Binary 11001110 1110110 11111010 10010 110101 0 10 100011000 1011101 1001000

Color Harmonies of #CE76FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE76FA

Black with #CE76FA

Text Example


Text Example

White with #CE76FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE76FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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