Html Css Color HEX #CE68EC Heliotrope

📋 copy color: '#CE68EC'

red 206 ◦ green 104 ◦ blue 236

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

Shades of Heliotrope #CE68EC

Tints of Heliotrope #CE68EC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.05%

 BLUE value IS 236 (92.58% from 255) = 43.22%

R = 37.73%
G = 19.05%
B = 43.22%

CMYK

 C value IS 0.13

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE68EC (or 0xCE68EC) is known color: Heliotrope. HEX triplet: CE, 68 and EC. RGB value is (206,104,236). Sum of RGB (Red+Green+Blue) = 206+104+236=546 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.73% from 546); Green value is 104 (41.02% from 255 or 19.05% from 546); Blue value is 236 (92.58% from 255 or 43.22% from 546); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE68EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE68EC is #319713. Grayscale: #959595. Windows color (decimal): -3249940 or 15493326. OLE color: 15493326.

HSL color Cylindrical-coordinate representation of color #CE68EC: hue angle of 286.36º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE68EC is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 104 236 -
CMYK 0.13 0.56 0 0.07
HSL 286.36º 0.78% 0.67% -
HSV(B) 286.36º 0.56% 0.93% -
XYZ 45.54 29.08 82.57 -
YUV 149.55 176.79 168.27 -
System Red Green Blue C M Y K H S L
Decimal 206 104 236 0.13 0.56 0 0.07 286.36 0.78 0.67
Hex CE 68 EC D 38 0 7 11E 4E 43
Octal 316 150 354 15 70 0 7 436 116 103
Binary 11001110 1101000 11101100 1101 111000 0 111 100011110 1001110 1000011

Color Harmonies of #CE68EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE68EC

Black with #CE68EC

Text Example


Text Example

White with #CE68EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE68EC; }

 p { color: rgb(206,104,236); }

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

background-color css

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

 a { background-color: rgb(206,104,236); }

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

border-color css

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

 span { border-color: rgb(206,104,236); }

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