Html Css Color HEX #CE79BA Orchid

📋 copy color: '#CE79BA'

red 206 ◦ green 121 ◦ blue 186

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

Shades of Orchid #CE79BA

Tints of Orchid #CE79BA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23.59%

 BLUE value IS 186 (73.05% from 255) = 36.26%

R = 40.16%
G = 23.59%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CE79BA (or 0xCE79BA) is known color: Orchid. HEX triplet: CE, 79 and BA. RGB value is (206,121,186). Sum of RGB (Red+Green+Blue) = 206+121+186=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 121 (47.66% from 255 or 23.59% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 206 - color contains mainly: red. Hex color #CE79BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE79BA is #318645. Grayscale: #999999. Windows color (decimal): -3245638 or 12220878. OLE color: 12220878.

HSL color Cylindrical-coordinate representation of color #CE79BA: hue angle of 314.12º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CE79BA is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 121 186 -
CMYK 0 0.41 0.10 0.19
HSL 314.12º 0.46% 0.64% -
HSV(B) 314.12º 0.41% 0.81% -
XYZ 41.15 30.34 50.14 -
YUV 153.83 146.16 165.21 -
System Red Green Blue C M Y K H S L
Decimal 206 121 186 0 0.41 0.10 0.19 314.12 0.46 0.64
Hex CE 79 BA 0 29 A 13 13A 2E 40
Octal 316 171 272 0 51 12 23 472 56 100
Binary 11001110 1111001 10111010 0 101001 1010 10011 100111010 101110 1000000

Color Harmonies of #CE79BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE79BA

Black with #CE79BA

Text Example


Text Example

White with #CE79BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE79BA; }

 p { color: rgb(206,121,186); }

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

background-color css

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

 a { background-color: rgb(206,121,186); }

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

border-color css

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

 span { border-color: rgb(206,121,186); }

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