Html Css Color HEX #CE7AF9 Heliotrope

📋 copy color: '#CE7AF9'

red 206 ◦ green 122 ◦ blue 249

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

Shades of Heliotrope #CE7AF9

Tints of Heliotrope #CE7AF9

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.14%

 BLUE value IS 249 (97.66% from 255) = 43.15%

R = 35.7%
G = 21.14%
B = 43.15%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE7AF9 (or 0xCE7AF9) is known color: Heliotrope. HEX triplet: CE, 7A and F9. RGB value is (206,122,249). Sum of RGB (Red+Green+Blue) = 206+122+249=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 122 (48.05% from 255 or 21.14% from 577); Blue value is 249 (97.66% from 255 or 43.15% from 577); Max value from RGB is 249 - color contains mainly: blue. Hex color #CE7AF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE7AF9 is #318506. Grayscale: #A1A1A1. Windows color (decimal): -3245319 or 16349902. OLE color: 16349902.

HSL color Cylindrical-coordinate representation of color #CE7AF9: hue angle of 279.69º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE7AF9 is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 122 249 -
CMYK 0.17 0.51 0 0.02
HSL 279.69º 0.91% 0.73% -
HSV(B) 279.69º 0.51% 0.98% -
XYZ 49.51 33.88 93.55 -
YUV 161.59 177.33 159.67 -
System Red Green Blue C M Y K H S L
Decimal 206 122 249 0.17 0.51 0 0.02 279.69 0.91 0.73
Hex CE 7A F9 11 33 0 2 118 5B 49
Octal 316 172 371 21 63 0 2 430 133 111
Binary 11001110 1111010 11111001 10001 110011 0 10 100011000 1011011 1001001

Color Harmonies of #CE7AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7AF9

Black with #CE7AF9

Text Example


Text Example

White with #CE7AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7AF9; }

 p { color: rgb(206,122,249); }

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

background-color css

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

 a { background-color: rgb(206,122,249); }

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

border-color css

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

 span { border-color: rgb(206,122,249); }

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