Html Css Color HEX #CE6FFB Heliotrope

📋 copy color: '#CE6FFB'

red 206 ◦ green 111 ◦ blue 251

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

Shades of Heliotrope #CE6FFB

Tints of Heliotrope #CE6FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.19%

R = 36.27%
G = 19.54%
B = 44.19%

CMYK

 C value IS 0.18

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE6FFB (or 0xCE6FFB) is known color: Heliotrope. HEX triplet: CE, 6F and FB. RGB value is (206,111,251). Sum of RGB (Red+Green+Blue) = 206+111+251=568 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.27% from 568); Green value is 111 (43.75% from 255 or 19.54% from 568); Blue value is 251 (98.44% from 255 or 44.19% from 568); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE6FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE6FFB is #319004. Grayscale: #9A9A9A. Windows color (decimal): -3248133 or 16478158. OLE color: 16478158.

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

Color convert

RGB 206 111 251 -
CMYK 0.18 0.56 0 0.02
HSL 280.71º 0.95% 0.71% -
HSV(B) 280.71º 0.56% 0.98% -
XYZ 48.55 31.46 94.78 -
YUV 155.37 181.97 164.12 -
System Red Green Blue C M Y K H S L
Decimal 206 111 251 0.18 0.56 0 0.02 280.71 0.95 0.71
Hex CE 6F FB 12 38 0 2 119 5F 47
Octal 316 157 373 22 70 0 2 431 137 107
Binary 11001110 1101111 11111011 10010 111000 0 10 100011001 1011111 1000111

Color Harmonies of #CE6FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6FFB

Black with #CE6FFB

Text Example


Text Example

White with #CE6FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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