Html Css Color HEX #CE6BFA Heliotrope

📋 copy color: '#CE6BFA'

red 206 ◦ green 107 ◦ blue 250

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

Shades of Heliotrope #CE6BFA

Tints of Heliotrope #CE6BFA

RGB

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

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

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

R = 36.59%
G = 19.01%
B = 44.4%

CMYK

 C value IS 0.18

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE6BFA (or 0xCE6BFA) is known color: Heliotrope. HEX triplet: CE, 6B and FA. RGB value is (206,107,250). Sum of RGB (Red+Green+Blue) = 206+107+250=563 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.59% from 563); Green value is 107 (42.19% from 255 or 19.01% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE6BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE6BFA is #319405. Grayscale: #989898. Windows color (decimal): -3249158 or 16411598. OLE color: 16411598.

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

Color convert

RGB 206 107 250 -
CMYK 0.18 0.57 0 0.02
HSL 281.54º 0.93% 0.7% -
HSV(B) 281.54º 0.57% 0.98% -
XYZ 47.97 30.54 93.81 -
YUV 152.9 182.8 165.87 -
System Red Green Blue C M Y K H S L
Decimal 206 107 250 0.18 0.57 0 0.02 281.54 0.93 0.7
Hex CE 6B FA 12 39 0 2 11A 5D 46
Octal 316 153 372 22 71 0 2 432 135 106
Binary 11001110 1101011 11111010 10010 111001 0 10 100011010 1011101 1000110

Color Harmonies of #CE6BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6BFA

Black with #CE6BFA

Text Example


Text Example

White with #CE6BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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