Html Css Color HEX #CE7CEB Heliotrope

📋 copy color: '#CE7CEB'

red 206 ◦ green 124 ◦ blue 235

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

Shades of Heliotrope #CE7CEB

Tints of Heliotrope #CE7CEB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.95%

 BLUE value IS 235 (92.19% from 255) = 41.59%

R = 36.46%
G = 21.95%
B = 41.59%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CE7CEB (or 0xCE7CEB) is known color: Heliotrope. HEX triplet: CE, 7C and EB. RGB value is (206,124,235). Sum of RGB (Red+Green+Blue) = 206+124+235=565 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.46% from 565); Green value is 124 (48.83% from 255 or 21.95% from 565); Blue value is 235 (92.19% from 255 or 41.59% from 565); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE7CEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE7CEB is #318314. Grayscale: #A0A0A0. Windows color (decimal): -3244821 or 15432910. OLE color: 15432910.

HSL color Cylindrical-coordinate representation of color #CE7CEB: hue angle of 284.32º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CE7CEB is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 124 235 -
CMYK 0.12 0.47 0 0.08
HSL 284.32º 0.74% 0.7% -
HSV(B) 284.32º 0.47% 0.92% -
XYZ 47.66 33.54 82.56 -
YUV 161.17 169.67 159.97 -
System Red Green Blue C M Y K H S L
Decimal 206 124 235 0.12 0.47 0 0.08 284.32 0.74 0.7
Hex CE 7C EB C 2F 0 8 11C 4A 46
Octal 316 174 353 14 57 0 10 434 112 106
Binary 11001110 1111100 11101011 1100 101111 0 1000 100011100 1001010 1000110

Color Harmonies of #CE7CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7CEB

Black with #CE7CEB

Text Example


Text Example

White with #CE7CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7CEB; }

 p { color: rgb(206,124,235); }

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

background-color css

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

 a { background-color: rgb(206,124,235); }

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

border-color css

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

 span { border-color: rgb(206,124,235); }

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