Html Css Color HEX #CE6BF0 Heliotrope

📋 copy color: '#CE6BF0'

red 206 ◦ green 107 ◦ blue 240

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

Shades of Heliotrope #CE6BF0

Tints of Heliotrope #CE6BF0

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.35%

 BLUE value IS 240 (94.14% from 255) = 43.4%

R = 37.25%
G = 19.35%
B = 43.4%

CMYK

 C value IS 0.14

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CE6BF0 (or 0xCE6BF0) is known color: Heliotrope. HEX triplet: CE, 6B and F0. RGB value is (206,107,240). Sum of RGB (Red+Green+Blue) = 206+107+240=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 107 (42.19% from 255 or 19.35% from 553); Blue value is 240 (94.14% from 255 or 43.40% from 553); Max value from RGB is 240 - color contains mainly: blue. Hex color #CE6BF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE6BF0 is #31940F. Grayscale: #979797. Windows color (decimal): -3249168 or 15756238. OLE color: 15756238.

HSL color Cylindrical-coordinate representation of color #CE6BF0: hue angle of 284.66º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE6BF0 is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 107 240 -
CMYK 0.14 0.55 0 0.06
HSL 284.66º 0.82% 0.68% -
HSV(B) 284.66º 0.55% 0.94% -
XYZ 46.44 29.93 85.77 -
YUV 151.76 177.8 166.69 -
System Red Green Blue C M Y K H S L
Decimal 206 107 240 0.14 0.55 0 0.06 284.66 0.82 0.68
Hex CE 6B F0 E 37 0 6 11D 52 44
Octal 316 153 360 16 67 0 6 435 122 104
Binary 11001110 1101011 11110000 1110 110111 0 110 100011101 1010010 1000100

Color Harmonies of #CE6BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6BF0

Black with #CE6BF0

Text Example


Text Example

White with #CE6BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6BF0; }

 p { color: rgb(206,107,240); }

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

background-color css

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

 a { background-color: rgb(206,107,240); }

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

border-color css

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

 span { border-color: rgb(206,107,240); }

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