Html Css Color HEX #CE76FD Heliotrope

📋 copy color: '#CE76FD'

red 206 ◦ green 118 ◦ blue 253

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

Shades of Heliotrope #CE76FD

Tints of Heliotrope #CE76FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.85%

R = 35.7%
G = 20.45%
B = 43.85%

CMYK

 C value IS 0.19

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CE76FD (or 0xCE76FD) is known color: Heliotrope. HEX triplet: CE, 76 and FD. RGB value is (206,118,253). Sum of RGB (Red+Green+Blue) = 206+118+253=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 118 (46.48% from 255 or 20.45% from 577); Blue value is 253 (99.22% from 255 or 43.85% from 577); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE76FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE76FD is #318902. Grayscale: #9F9F9F. Windows color (decimal): -3246339 or 16611022. OLE color: 16611022.

HSL color Cylindrical-coordinate representation of color #CE76FD: hue angle of 279.11º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CE76FD is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 206 118 253 -
CMYK 0.19 0.53 0 0.01
HSL 279.11º 0.97% 0.73% -
HSV(B) 279.11º 0.53% 0.99% -
XYZ 49.66 33.17 96.71 -
YUV 159.7 180.65 161.02 -
System Red Green Blue C M Y K H S L
Decimal 206 118 253 0.19 0.53 0 0.01 279.11 0.97 0.73
Hex CE 76 FD 13 35 0 1 117 61 49
Octal 316 166 375 23 65 0 1 427 141 111
Binary 11001110 1110110 11111101 10011 110101 0 1 100010111 1100001 1001001

Color Harmonies of #CE76FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE76FD

Black with #CE76FD

Text Example


Text Example

White with #CE76FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE76FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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