Html Css Color HEX #CE77B9 Orchid

📋 copy color: '#CE77B9'

red 206 ◦ green 119 ◦ blue 185

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

Shades of Orchid #CE77B9

Tints of Orchid #CE77B9

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.33%

 BLUE value IS 185 (72.66% from 255) = 36.27%

R = 40.39%
G = 23.33%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CE77B9 (or 0xCE77B9) is known color: Orchid. HEX triplet: CE, 77 and B9. RGB value is (206,119,185). Sum of RGB (Red+Green+Blue) = 206+119+185=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 119 (46.88% from 255 or 23.33% from 510); Blue value is 185 (72.66% from 255 or 36.27% from 510); Max value from RGB is 206 - color contains mainly: red. Hex color #CE77B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE77B9 is #318846. Grayscale: #989898. Windows color (decimal): -3246151 or 12154830. OLE color: 12154830.

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

Color convert

RGB 206 119 185 -
CMYK 0 0.42 0.10 0.19
HSL 314.48º 0.47% 0.64% -
HSV(B) 314.48º 0.42% 0.81% -
XYZ 40.81 29.82 49.5 -
YUV 152.54 146.32 166.13 -
System Red Green Blue C M Y K H S L
Decimal 206 119 185 0 0.42 0.10 0.19 314.48 0.47 0.64
Hex CE 77 B9 0 2A A 13 13A 2F 40
Octal 316 167 271 0 52 12 23 472 57 100
Binary 11001110 1110111 10111001 0 101010 1010 10011 100111010 101111 1000000

Color Harmonies of #CE77B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE77B9

Black with #CE77B9

Text Example


Text Example

White with #CE77B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE77B9; }

 p { color: rgb(206,119,185); }

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

background-color css

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

 a { background-color: rgb(206,119,185); }

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

border-color css

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

 span { border-color: rgb(206,119,185); }

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