Html Css Color HEX #CE85F9 Heliotrope

📋 copy color: '#CE85F9'

red 206 ◦ green 133 ◦ blue 249

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

Shades of Heliotrope #CE85F9

Tints of Heliotrope #CE85F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 42.35%

R = 35.03%
G = 22.62%
B = 42.35%

CMYK

 C value IS 0.17

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE85F9 (or 0xCE85F9) is known color: Heliotrope. HEX triplet: CE, 85 and F9. RGB value is (206,133,249). Sum of RGB (Red+Green+Blue) = 206+133+249=588 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.03% from 588); Green value is 133 (52.34% from 255 or 22.62% from 588); Blue value is 249 (97.66% from 255 or 42.35% from 588); Max value from RGB is 249 - color contains mainly: blue. Hex color #CE85F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE85F9 is #317A06. Grayscale: #A7A7A7. Windows color (decimal): -3242503 or 16352718. OLE color: 16352718.

HSL color Cylindrical-coordinate representation of color #CE85F9: hue angle of 277.76º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CE85F9 is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 133 249 -
CMYK 0.17 0.47 0 0.02
HSL 277.76º 0.91% 0.75% -
HSV(B) 277.76º 0.47% 0.98% -
XYZ 50.94 36.74 94.03 -
YUV 168.05 173.68 155.07 -
System Red Green Blue C M Y K H S L
Decimal 206 133 249 0.17 0.47 0 0.02 277.76 0.91 0.75
Hex CE 85 F9 11 2F 0 2 116 5B 4B
Octal 316 205 371 21 57 0 2 426 133 113
Binary 11001110 10000101 11111001 10001 101111 0 10 100010110 1011011 1001011

Color Harmonies of #CE85F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE85F9

Black with #CE85F9

Text Example


Text Example

White with #CE85F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE85F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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