Html Css Color HEX #CE8BFA Heliotrope

📋 copy color: '#CE8BFA'

red 206 ◦ green 139 ◦ blue 250

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

Shades of Heliotrope #CE8BFA

Tints of Heliotrope #CE8BFA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 23.36%

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

R = 34.62%
G = 23.36%
B = 42.02%

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

#CE8BFA (or 0xCE8BFA) is known color: Heliotrope. HEX triplet: CE, 8B and FA. RGB value is (206,139,250). Sum of RGB (Red+Green+Blue) = 206+139+250=595 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.62% from 595); Green value is 139 (54.69% from 255 or 23.36% from 595); Blue value is 250 (98.05% from 255 or 42.02% from 595); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE8BFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE8BFA is #317405. Grayscale: #ABABAB. Windows color (decimal): -3240966 or 16419790. OLE color: 16419790.

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

Color convert

RGB 206 139 250 -
CMYK 0.18 0.44 0 0.02
HSL 276.22º 0.92% 0.76% -
HSV(B) 276.22º 0.44% 0.98% -
XYZ 51.94 38.49 95.13 -
YUV 171.69 172.2 152.47 -
System Red Green Blue C M Y K H S L
Decimal 206 139 250 0.18 0.44 0 0.02 276.22 0.92 0.76
Hex CE 8B FA 12 2C 0 2 114 5C 4C
Octal 316 213 372 22 54 0 2 424 134 114
Binary 11001110 10001011 11111010 10010 101100 0 10 100010100 1011100 1001100

Color Harmonies of #CE8BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8BFA

Black with #CE8BFA

Text Example


Text Example

White with #CE8BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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