Html Css Color HEX #CE77C6 Orchid

📋 copy color: '#CE77C6'

red 206 ◦ green 119 ◦ blue 198

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

Shades of Orchid #CE77C6

Tints of Orchid #CE77C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.86%

R = 39.39%
G = 22.75%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#CE77C6 (or 0xCE77C6) is known color: Orchid. HEX triplet: CE, 77 and C6. RGB value is (206,119,198). Sum of RGB (Red+Green+Blue) = 206+119+198=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 119 (46.88% from 255 or 22.75% from 523); Blue value is 198 (77.73% from 255 or 37.86% from 523); Max value from RGB is 206 - color contains mainly: red. Hex color #CE77C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE77C6 is #318839. Grayscale: #999999. Windows color (decimal): -3246138 or 13006798. OLE color: 13006798.

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

Color convert

RGB 206 119 198 -
CMYK 0 0.42 0.04 0.19
HSL 305.52º 0.47% 0.64% -
HSV(B) 305.52º 0.42% 0.81% -
XYZ 42.24 30.39 57.07 -
YUV 154.02 152.82 165.08 -
System Red Green Blue C M Y K H S L
Decimal 206 119 198 0 0.42 0.04 0.19 305.52 0.47 0.64
Hex CE 77 C6 0 2A 4 13 132 2F 40
Octal 316 167 306 0 52 4 23 462 57 100
Binary 11001110 1110111 11000110 0 101010 100 10011 100110010 101111 1000000

Color Harmonies of #CE77C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE77C6

Black with #CE77C6

Text Example


Text Example

White with #CE77C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE77C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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