Html Css Color HEX #CE6FFA Heliotrope

📋 copy color: '#CE6FFA'

red 206 ◦ green 111 ◦ blue 250

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

Shades of Heliotrope #CE6FFA

Tints of Heliotrope #CE6FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.09%

R = 36.33%
G = 19.58%
B = 44.09%

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

#CE6FFA (or 0xCE6FFA) is known color: Heliotrope. HEX triplet: CE, 6F and FA. RGB value is (206,111,250). Sum of RGB (Red+Green+Blue) = 206+111+250=567 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.33% from 567); Green value is 111 (43.75% from 255 or 19.58% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE6FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE6FFA is #319005. Grayscale: #9A9A9A. Windows color (decimal): -3248134 or 16412622. OLE color: 16412622.

HSL color Cylindrical-coordinate representation of color #CE6FFA: hue angle of 281.01º degrees, saturation: 0.93, 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 #CE6FFA is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 111 250 -
CMYK 0.18 0.56 0 0.02
HSL 281.01º 0.93% 0.71% -
HSV(B) 281.01º 0.56% 0.98% -
XYZ 48.39 31.39 93.95 -
YUV 155.25 181.47 164.2 -
System Red Green Blue C M Y K H S L
Decimal 206 111 250 0.18 0.56 0 0.02 281.01 0.93 0.71
Hex CE 6F FA 12 38 0 2 119 5D 47
Octal 316 157 372 22 70 0 2 431 135 107
Binary 11001110 1101111 11111010 10010 111000 0 10 100011001 1011101 1000111

Color Harmonies of #CE6FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6FFA

Black with #CE6FFA

Text Example


Text Example

White with #CE6FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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