Html Css Color HEX #CE7DFA Heliotrope

📋 copy color: '#CE7DFA'

red 206 ◦ green 125 ◦ blue 250

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

Shades of Heliotrope #CE7DFA

Tints of Heliotrope #CE7DFA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.51%

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

R = 35.46%
G = 21.51%
B = 43.03%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE7DFA (or 0xCE7DFA) is known color: Heliotrope. HEX triplet: CE, 7D and FA. RGB value is (206,125,250). Sum of RGB (Red+Green+Blue) = 206+125+250=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 125 (49.22% from 255 or 21.51% from 581); Blue value is 250 (98.05% from 255 or 43.03% from 581); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE7DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE7DFA is #318205. Grayscale: #A3A3A3. Windows color (decimal): -3244550 or 16416206. OLE color: 16416206.

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

Color convert

RGB 206 125 250 -
CMYK 0.18 0.50 0 0.02
HSL 278.88º 0.93% 0.74% -
HSV(B) 278.88º 0.5% 0.98% -
XYZ 50.04 34.69 94.5 -
YUV 163.47 176.84 158.34 -
System Red Green Blue C M Y K H S L
Decimal 206 125 250 0.18 0.50 0 0.02 278.88 0.93 0.74
Hex CE 7D FA 12 32 0 2 117 5D 4A
Octal 316 175 372 22 62 0 2 427 135 112
Binary 11001110 1111101 11111010 10010 110010 0 10 100010111 1011101 1001010

Color Harmonies of #CE7DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7DFA

Black with #CE7DFA

Text Example


Text Example

White with #CE7DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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