Html Css Color HEX #CE85F6 Heliotrope

📋 copy color: '#CE85F6'

red 206 ◦ green 133 ◦ blue 246

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

Shades of Heliotrope #CE85F6

Tints of Heliotrope #CE85F6

RGB

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

 GREEN value IS 133 (52.34% from 255) = 22.74%

 BLUE value IS 246 (96.48% from 255) = 42.05%

R = 35.21%
G = 22.74%
B = 42.05%

CMYK

 C value IS 0.16

 M value IS 0.46

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CE85F6 (or 0xCE85F6) is known color: Heliotrope. HEX triplet: CE, 85 and F6. RGB value is (206,133,246). Sum of RGB (Red+Green+Blue) = 206+133+246=585 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.21% from 585); Green value is 133 (52.34% from 255 or 22.74% from 585); Blue value is 246 (96.48% from 255 or 42.05% from 585); Max value from RGB is 246 - color contains mainly: blue. Hex color #CE85F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE85F6 is #317A09. Grayscale: #A7A7A7. Windows color (decimal): -3242506 or 16156110. OLE color: 16156110.

HSL color Cylindrical-coordinate representation of color #CE85F6: hue angle of 278.76º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE85F6 is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 133 246 -
CMYK 0.16 0.46 0 0.04
HSL 278.76º 0.86% 0.74% -
HSV(B) 278.76º 0.46% 0.96% -
XYZ 50.48 36.55 91.58 -
YUV 167.71 172.18 155.31 -
System Red Green Blue C M Y K H S L
Decimal 206 133 246 0.16 0.46 0 0.04 278.76 0.86 0.74
Hex CE 85 F6 10 2E 0 4 117 56 4A
Octal 316 205 366 20 56 0 4 427 126 112
Binary 11001110 10000101 11110110 10000 101110 0 100 100010111 1010110 1001010

Color Harmonies of #CE85F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE85F6

Black with #CE85F6

Text Example


Text Example

White with #CE85F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE85F6; }

 p { color: rgb(206,133,246); }

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

background-color css

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

 a { background-color: rgb(206,133,246); }

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

border-color css

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

 span { border-color: rgb(206,133,246); }

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