Html Css Color HEX #CE77CE Orchid

📋 copy color: '#CE77CE'

red 206 ◦ green 119 ◦ blue 206

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

Shades of Orchid #CE77CE

Tints of Orchid #CE77CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.79%

R = 38.79%
G = 22.41%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CE77CE (or 0xCE77CE) is known color: Orchid. HEX triplet: CE, 77 and CE. RGB value is (206,119,206). Sum of RGB (Red+Green+Blue) = 206+119+206=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 119 (46.88% from 255 or 22.41% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE77CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE77CE is #318831. Grayscale: #9A9A9A. Windows color (decimal): -3246130 or 13531086. OLE color: 13531086.

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

Color convert

RGB 206 119 206 -
CMYK 0 0.42 0 0.19
HSL 300º 0.47% 0.64% -
HSV(B) 300º 0.42% 0.81% -
XYZ 43.19 30.77 62.06 -
YUV 154.93 156.82 164.43 -
System Red Green Blue C M Y K H S L
Decimal 206 119 206 0 0.42 0 0.19 300 0.47 0.64
Hex CE 77 CE 0 2A 0 13 12C 2F 40
Octal 316 167 316 0 52 0 23 454 57 100
Binary 11001110 1110111 11001110 0 101010 0 10011 100101100 101111 1000000

Color Harmonies of #CE77CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE77CE

Black with #CE77CE

Text Example


Text Example

White with #CE77CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE77CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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