Html Css Color HEX #CE77BC Orchid

📋 copy color: '#CE77BC'

red 206 ◦ green 119 ◦ blue 188

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

Shades of Orchid #CE77BC

Tints of Orchid #CE77BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.65%

R = 40.16%
G = 23.2%
B = 36.65%

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

#CE77BC (or 0xCE77BC) is known color: Orchid. HEX triplet: CE, 77 and BC. RGB value is (206,119,188). Sum of RGB (Red+Green+Blue) = 206+119+188=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 119 (46.88% from 255 or 23.20% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 206 - color contains mainly: red. Hex color #CE77BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE77BC is #318843. Grayscale: #989898. Windows color (decimal): -3246148 or 12351438. OLE color: 12351438.

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

Color convert

RGB 206 119 188 -
CMYK 0 0.42 0.09 0.19
HSL 312.41º 0.47% 0.64% -
HSV(B) 312.41º 0.42% 0.81% -
XYZ 41.13 29.95 51.19 -
YUV 152.88 147.82 165.89 -
System Red Green Blue C M Y K H S L
Decimal 206 119 188 0 0.42 0.09 0.19 312.41 0.47 0.64
Hex CE 77 BC 0 2A 9 13 138 2F 40
Octal 316 167 274 0 52 11 23 470 57 100
Binary 11001110 1110111 10111100 0 101010 1001 10011 100111000 101111 1000000

Color Harmonies of #CE77BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE77BC

Black with #CE77BC

Text Example


Text Example

White with #CE77BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE77BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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