Html Css Color HEX #CE77BA Orchid

📋 copy color: '#CE77BA'

red 206 ◦ green 119 ◦ blue 186

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

Shades of Orchid #CE77BA

Tints of Orchid #CE77BA

RGB

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

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

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

R = 40.31%
G = 23.29%
B = 36.4%

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

#CE77BA (or 0xCE77BA) is known color: Orchid. HEX triplet: CE, 77 and BA. RGB value is (206,119,186). Sum of RGB (Red+Green+Blue) = 206+119+186=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 119 (46.88% from 255 or 23.29% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 206 - color contains mainly: red. Hex color #CE77BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE77BA is #318845. Grayscale: #989898. Windows color (decimal): -3246150 or 12220366. OLE color: 12220366.

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

Color convert

RGB 206 119 186 -
CMYK 0 0.42 0.10 0.19
HSL 313.79º 0.47% 0.64% -
HSV(B) 313.79º 0.42% 0.81% -
XYZ 40.91 29.86 50.06 -
YUV 152.65 146.82 166.05 -
System Red Green Blue C M Y K H S L
Decimal 206 119 186 0 0.42 0.10 0.19 313.79 0.47 0.64
Hex CE 77 BA 0 2A A 13 13A 2F 40
Octal 316 167 272 0 52 12 23 472 57 100
Binary 11001110 1110111 10111010 0 101010 1010 10011 100111010 101111 1000000

Color Harmonies of #CE77BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE77BA

Black with #CE77BA

Text Example


Text Example

White with #CE77BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE77BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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