Html Css Color HEX #CE77BD Orchid

📋 copy color: '#CE77BD'

red 206 ◦ green 119 ◦ blue 189

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

Shades of Orchid #CE77BD

Tints of Orchid #CE77BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.77%

R = 40.08%
G = 23.15%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE77BD (or 0xCE77BD) is known color: Orchid. HEX triplet: CE, 77 and BD. RGB value is (206,119,189). Sum of RGB (Red+Green+Blue) = 206+119+189=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 119 (46.88% from 255 or 23.15% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 206 - color contains mainly: red. Hex color #CE77BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE77BD is #318842. Grayscale: #989898. Windows color (decimal): -3246147 or 12416974. OLE color: 12416974.

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

Color convert

RGB 206 119 189 -
CMYK 0 0.42 0.08 0.19
HSL 311.72º 0.47% 0.64% -
HSV(B) 311.72º 0.42% 0.81% -
XYZ 41.24 29.99 51.76 -
YUV 152.99 148.32 165.81 -
System Red Green Blue C M Y K H S L
Decimal 206 119 189 0 0.42 0.08 0.19 311.72 0.47 0.64
Hex CE 77 BD 0 2A 8 13 138 2F 40
Octal 316 167 275 0 52 10 23 470 57 100
Binary 11001110 1110111 10111101 0 101010 1000 10011 100111000 101111 1000000

Color Harmonies of #CE77BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE77BD

Black with #CE77BD

Text Example


Text Example

White with #CE77BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE77BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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