Html Css Color HEX #CE8EFD Heliotrope

📋 copy color: '#CE8EFD'

red 206 ◦ green 142 ◦ blue 253

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

Shades of Heliotrope #CE8EFD

Tints of Heliotrope #CE8EFD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 23.63%

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

R = 34.28%
G = 23.63%
B = 42.1%

CMYK

 C value IS 0.19

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CE8EFD (or 0xCE8EFD) is known color: Heliotrope. HEX triplet: CE, 8E and FD. RGB value is (206,142,253). Sum of RGB (Red+Green+Blue) = 206+142+253=601 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.28% from 601); Green value is 142 (55.86% from 255 or 23.63% from 601); Blue value is 253 (99.22% from 255 or 42.10% from 601); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE8EFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE8EFD is #317102. Grayscale: #ADADAD. Windows color (decimal): -3240195 or 16617166. OLE color: 16617166.

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

Color convert

RGB 206 142 253 -
CMYK 0.19 0.44 0 0.01
HSL 274.59º 0.97% 0.77% -
HSV(B) 274.59º 0.44% 0.99% -
XYZ 52.86 39.56 97.78 -
YUV 173.79 172.7 150.97 -
System Red Green Blue C M Y K H S L
Decimal 206 142 253 0.19 0.44 0 0.01 274.59 0.97 0.77
Hex CE 8E FD 13 2C 0 1 113 61 4D
Octal 316 216 375 23 54 0 1 423 141 115
Binary 11001110 10001110 11111101 10011 101100 0 1 100010011 1100001 1001101

Color Harmonies of #CE8EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8EFD

Black with #CE8EFD

Text Example


Text Example

White with #CE8EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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