Html Css Color HEX #CE7EFC Heliotrope

📋 copy color: '#CE7EFC'

red 206 ◦ green 126 ◦ blue 252

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

Shades of Heliotrope #CE7EFC

Tints of Heliotrope #CE7EFC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 21.58%

 BLUE value IS 252 (98.83% from 255) = 43.15%

R = 35.27%
G = 21.58%
B = 43.15%

CMYK

 C value IS 0.18

 M value IS 0.5

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CE7EFC (or 0xCE7EFC) is known color: Heliotrope. HEX triplet: CE, 7E and FC. RGB value is (206,126,252). Sum of RGB (Red+Green+Blue) = 206+126+252=584 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.27% from 584); Green value is 126 (49.61% from 255 or 21.58% from 584); Blue value is 252 (98.83% from 255 or 43.15% from 584); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE7EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE7EFC is #318103. Grayscale: #A3A3A3. Windows color (decimal): -3244292 or 16547534. OLE color: 16547534.

HSL color Cylindrical-coordinate representation of color #CE7EFC: hue angle of 278.1º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE7EFC is Cyan = 0.18, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 206 126 252 -
CMYK 0.18 0.5 0 0.01
HSL 278.1º 0.95% 0.74% -
HSV(B) 278.1º 0.5% 0.99% -
XYZ 50.49 35.07 96.2 -
YUV 164.28 177.5 157.75 -
System Red Green Blue C M Y K H S L
Decimal 206 126 252 0.18 0.5 0 0.01 278.1 0.95 0.74
Hex CE 7E FC 12 32 0 1 116 5F 4A
Octal 316 176 374 22 62 0 1 426 137 112
Binary 11001110 1111110 11111100 10010 110010 0 1 100010110 1011111 1001010

Color Harmonies of #CE7EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7EFC

Black with #CE7EFC

Text Example


Text Example

White with #CE7EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7EFC; }

 p { color: rgb(206,126,252); }

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

background-color css

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

 a { background-color: rgb(206,126,252); }

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

border-color css

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

 span { border-color: rgb(206,126,252); }

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