Html Css Color HEX #CE8CFA Heliotrope

📋 copy color: '#CE8CFA'

red 206 ◦ green 140 ◦ blue 250

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

Shades of Heliotrope #CE8CFA

Tints of Heliotrope #CE8CFA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.49%

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

R = 34.56%
G = 23.49%
B = 41.95%

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

#CE8CFA (or 0xCE8CFA) is known color: Heliotrope. HEX triplet: CE, 8C and FA. RGB value is (206,140,250). Sum of RGB (Red+Green+Blue) = 206+140+250=596 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.56% from 596); Green value is 140 (55.08% from 255 or 23.49% from 596); Blue value is 250 (98.05% from 255 or 41.95% from 596); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE8CFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE8CFA is #317305. Grayscale: #ABABAB. Windows color (decimal): -3240710 or 16420046. OLE color: 16420046.

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

Color convert

RGB 206 140 250 -
CMYK 0.18 0.44 0 0.02
HSL 276º 0.92% 0.76% -
HSV(B) 276º 0.44% 0.98% -
XYZ 52.09 38.78 95.18 -
YUV 172.27 171.87 152.06 -
System Red Green Blue C M Y K H S L
Decimal 206 140 250 0.18 0.44 0 0.02 276 0.92 0.76
Hex CE 8C FA 12 2C 0 2 114 5C 4C
Octal 316 214 372 22 54 0 2 424 134 114
Binary 11001110 10001100 11111010 10010 101100 0 10 100010100 1011100 1001100

Color Harmonies of #CE8CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8CFA

Black with #CE8CFA

Text Example


Text Example

White with #CE8CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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