Html Css Color HEX #CE7BED Heliotrope

📋 copy color: '#CE7BED'

red 206 ◦ green 123 ◦ blue 237

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

Shades of Heliotrope #CE7BED

Tints of Heliotrope #CE7BED

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.73%

 BLUE value IS 237 (92.97% from 255) = 41.87%

R = 36.4%
G = 21.73%
B = 41.87%

CMYK

 C value IS 0.13

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE7BED (or 0xCE7BED) is known color: Heliotrope. HEX triplet: CE, 7B and ED. RGB value is (206,123,237). Sum of RGB (Red+Green+Blue) = 206+123+237=566 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.40% from 566); Green value is 123 (48.44% from 255 or 21.73% from 566); Blue value is 237 (92.97% from 255 or 41.87% from 566); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE7BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE7BED is #318412. Grayscale: #A0A0A0. Windows color (decimal): -3245075 or 15563726. OLE color: 15563726.

HSL color Cylindrical-coordinate representation of color #CE7BED: hue angle of 283.68º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE7BED is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 123 237 -
CMYK 0.13 0.48 0 0.07
HSL 283.68º 0.76% 0.71% -
HSV(B) 283.68º 0.48% 0.93% -
XYZ 47.82 33.4 84.05 -
YUV 160.81 171 160.23 -
System Red Green Blue C M Y K H S L
Decimal 206 123 237 0.13 0.48 0 0.07 283.68 0.76 0.71
Hex CE 7B ED D 30 0 7 11C 4C 47
Octal 316 173 355 15 60 0 7 434 114 107
Binary 11001110 1111011 11101101 1101 110000 0 111 100011100 1001100 1000111

Color Harmonies of #CE7BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7BED

Black with #CE7BED

Text Example


Text Example

White with #CE7BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7BED; }

 p { color: rgb(206,123,237); }

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

background-color css

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

 a { background-color: rgb(206,123,237); }

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

border-color css

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

 span { border-color: rgb(206,123,237); }

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