Html Css Color HEX #CE8DFA Heliotrope

📋 copy color: '#CE8DFA'

red 206 ◦ green 141 ◦ blue 250

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

Shades of Heliotrope #CE8DFA

Tints of Heliotrope #CE8DFA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 23.62%

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

R = 34.51%
G = 23.62%
B = 41.88%

CMYK

 C value IS 0.18

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE8DFA (or 0xCE8DFA) is known color: Heliotrope. HEX triplet: CE, 8D and FA. RGB value is (206,141,250). Sum of RGB (Red+Green+Blue) = 206+141+250=597 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.51% from 597); Green value is 141 (55.47% from 255 or 23.62% from 597); Blue value is 250 (98.05% from 255 or 41.88% from 597); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE8DFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE8DFA is #317205. Grayscale: #ACACAC. Windows color (decimal): -3240454 or 16420302. OLE color: 16420302.

HSL color Cylindrical-coordinate representation of color #CE8DFA: hue angle of 275.78º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CE8DFA is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 141 250 -
CMYK 0.18 0.44 0 0.02
HSL 275.78º 0.92% 0.77% -
HSV(B) 275.78º 0.44% 0.98% -
XYZ 52.23 39.07 95.23 -
YUV 172.86 171.53 151.64 -
System Red Green Blue C M Y K H S L
Decimal 206 141 250 0.18 0.44 0 0.02 275.78 0.92 0.77
Hex CE 8D FA 12 2C 0 2 114 5C 4D
Octal 316 215 372 22 54 0 2 424 134 115
Binary 11001110 10001101 11111010 10010 101100 0 10 100010100 1011100 1001101

Color Harmonies of #CE8DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8DFA

Black with #CE8DFA

Text Example


Text Example

White with #CE8DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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