Html Css Color HEX #CE77BB Orchid

📋 copy color: '#CE77BB'

red 206 ◦ green 119 ◦ blue 187

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

Shades of Orchid #CE77BB

Tints of Orchid #CE77BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.52%

R = 40.23%
G = 23.24%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CE77BB (or 0xCE77BB) is known color: Orchid. HEX triplet: CE, 77 and BB. RGB value is (206,119,187). Sum of RGB (Red+Green+Blue) = 206+119+187=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 119 (46.88% from 255 or 23.24% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 206 - color contains mainly: red. Hex color #CE77BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE77BB is #318844. Grayscale: #989898. Windows color (decimal): -3246149 or 12285902. OLE color: 12285902.

HSL color Cylindrical-coordinate representation of color #CE77BB: hue angle of 313.1º 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 #CE77BB is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 119 187 -
CMYK 0 0.42 0.09 0.19
HSL 313.1º 0.47% 0.64% -
HSV(B) 313.1º 0.42% 0.81% -
XYZ 41.02 29.9 50.62 -
YUV 152.77 147.32 165.97 -
System Red Green Blue C M Y K H S L
Decimal 206 119 187 0 0.42 0.09 0.19 313.1 0.47 0.64
Hex CE 77 BB 0 2A 9 13 139 2F 40
Octal 316 167 273 0 52 11 23 471 57 100
Binary 11001110 1110111 10111011 0 101010 1001 10011 100111001 101111 1000000

Color Harmonies of #CE77BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE77BB

Black with #CE77BB

Text Example


Text Example

White with #CE77BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE77BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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