Html Css Color HEX #CE77CD Orchid

📋 copy color: '#CE77CD'

red 206 ◦ green 119 ◦ blue 205

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

Shades of Orchid #CE77CD

Tints of Orchid #CE77CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.68%

R = 38.87%
G = 22.45%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#CE77CD (or 0xCE77CD) is known color: Orchid. HEX triplet: CE, 77 and CD. RGB value is (206,119,205). Sum of RGB (Red+Green+Blue) = 206+119+205=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 119 (46.88% from 255 or 22.45% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 206 - color contains mainly: red. Hex color #CE77CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE77CD is #318832. Grayscale: #9A9A9A. Windows color (decimal): -3246131 or 13465550. OLE color: 13465550.

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

Color convert

RGB 206 119 205 -
CMYK 0 0.42 0.00 0.19
HSL 300.69º 0.47% 0.64% -
HSV(B) 300.69º 0.42% 0.81% -
XYZ 43.07 30.72 61.42 -
YUV 154.82 156.32 164.51 -
System Red Green Blue C M Y K H S L
Decimal 206 119 205 0 0.42 0.00 0.19 300.69 0.47 0.64
Hex CE 77 CD 0 2A 0 13 12D 2F 40
Octal 316 167 315 0 52 0 23 455 57 100
Binary 11001110 1110111 11001101 0 101010 0 10011 100101101 101111 1000000

Color Harmonies of #CE77CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE77CD

Black with #CE77CD

Text Example


Text Example

White with #CE77CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE77CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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