Html Css Color HEX #CE6FFD Heliotrope

📋 copy color: '#CE6FFD'

red 206 ◦ green 111 ◦ blue 253

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

Shades of Heliotrope #CE6FFD

Tints of Heliotrope #CE6FFD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.47%

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

R = 36.14%
G = 19.47%
B = 44.39%

CMYK

 C value IS 0.19

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CE6FFD (or 0xCE6FFD) is known color: Heliotrope. HEX triplet: CE, 6F and FD. RGB value is (206,111,253). Sum of RGB (Red+Green+Blue) = 206+111+253=570 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.14% from 570); Green value is 111 (43.75% from 255 or 19.47% from 570); Blue value is 253 (99.22% from 255 or 44.39% from 570); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE6FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE6FFD is #319002. Grayscale: #9B9B9B. Windows color (decimal): -3248131 or 16609230. OLE color: 16609230.

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

Color convert

RGB 206 111 253 -
CMYK 0.19 0.56 0 0.01
HSL 280.14º 0.97% 0.71% -
HSV(B) 280.14º 0.56% 0.99% -
XYZ 48.87 31.58 96.45 -
YUV 155.59 182.97 163.95 -
System Red Green Blue C M Y K H S L
Decimal 206 111 253 0.19 0.56 0 0.01 280.14 0.97 0.71
Hex CE 6F FD 13 38 0 1 118 61 47
Octal 316 157 375 23 70 0 1 430 141 107
Binary 11001110 1101111 11111101 10011 111000 0 1 100011000 1100001 1000111

Color Harmonies of #CE6FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6FFD

Black with #CE6FFD

Text Example


Text Example

White with #CE6FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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