Html Css Color HEX #CE7EFD Heliotrope

📋 copy color: '#CE7EFD'

red 206 ◦ green 126 ◦ blue 253

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

Shades of Heliotrope #CE7EFD

Tints of Heliotrope #CE7EFD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 21.54%

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

R = 35.21%
G = 21.54%
B = 43.25%

CMYK

 C value IS 0.19

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CE7EFD (or 0xCE7EFD) is known color: Heliotrope. HEX triplet: CE, 7E and FD. RGB value is (206,126,253). Sum of RGB (Red+Green+Blue) = 206+126+253=585 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.21% from 585); Green value is 126 (49.61% from 255 or 21.54% from 585); Blue value is 253 (99.22% from 255 or 43.25% from 585); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE7EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE7EFD is #318102. Grayscale: #A3A3A3. Windows color (decimal): -3244291 or 16613070. OLE color: 16613070.

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

Color convert

RGB 206 126 253 -
CMYK 0.19 0.50 0 0.01
HSL 277.8º 0.97% 0.74% -
HSV(B) 277.8º 0.5% 0.99% -
XYZ 50.64 35.14 97.04 -
YUV 164.4 178 157.67 -
System Red Green Blue C M Y K H S L
Decimal 206 126 253 0.19 0.50 0 0.01 277.8 0.97 0.74
Hex CE 7E FD 13 32 0 1 116 61 4A
Octal 316 176 375 23 62 0 1 426 141 112
Binary 11001110 1111110 11111101 10011 110010 0 1 100010110 1100001 1001010

Color Harmonies of #CE7EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7EFD

Black with #CE7EFD

Text Example


Text Example

White with #CE7EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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