Html Css Color HEX #CE7EF2 Heliotrope

📋 copy color: '#CE7EF2'

red 206 ◦ green 126 ◦ blue 242

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

Shades of Heliotrope #CE7EF2

Tints of Heliotrope #CE7EF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 42.16%

R = 35.89%
G = 21.95%
B = 42.16%

CMYK

 C value IS 0.15

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CE7EF2 (or 0xCE7EF2) is known color: Heliotrope. HEX triplet: CE, 7E and F2. RGB value is (206,126,242). Sum of RGB (Red+Green+Blue) = 206+126+242=574 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.89% from 574); Green value is 126 (49.61% from 255 or 21.95% from 574); Blue value is 242 (94.92% from 255 or 42.16% from 574); Max value from RGB is 242 - color contains mainly: blue. Hex color #CE7EF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE7EF2 is #31810D. Grayscale: #A2A2A2. Windows color (decimal): -3244302 or 15892174. OLE color: 15892174.

HSL color Cylindrical-coordinate representation of color #CE7EF2: hue angle of 281.38º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE7EF2 is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 126 242 -
CMYK 0.15 0.48 0 0.05
HSL 281.38º 0.82% 0.72% -
HSV(B) 281.38º 0.48% 0.95% -
XYZ 48.94 34.45 88.08 -
YUV 163.14 172.5 158.57 -
System Red Green Blue C M Y K H S L
Decimal 206 126 242 0.15 0.48 0 0.05 281.38 0.82 0.72
Hex CE 7E F2 F 30 0 5 119 52 48
Octal 316 176 362 17 60 0 5 431 122 110
Binary 11001110 1111110 11110010 1111 110000 0 101 100011001 1010010 1001000

Color Harmonies of #CE7EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7EF2

Black with #CE7EF2

Text Example


Text Example

White with #CE7EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7EF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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