Html Css Color HEX #CE76D1 Orchid

📋 copy color: '#CE76D1'

red 206 ◦ green 118 ◦ blue 209

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

Shades of Orchid #CE76D1

Tints of Orchid #CE76D1

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.14%

 BLUE value IS 209 (82.03% from 255) = 39.21%

R = 38.65%
G = 22.14%
B = 39.21%

CMYK

 C value IS 0.01

 M value IS 0.44

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CE76D1 (or 0xCE76D1) is known color: Orchid. HEX triplet: CE, 76 and D1. RGB value is (206,118,209). Sum of RGB (Red+Green+Blue) = 206+118+209=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 118 (46.48% from 255 or 22.14% from 533); Blue value is 209 (82.03% from 255 or 39.21% from 533); Max value from RGB is 209 - color contains mainly: blue. Hex color #CE76D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE76D1 is #31892E. Grayscale: #9A9A9A. Windows color (decimal): -3246383 or 13727438. OLE color: 13727438.

HSL color Cylindrical-coordinate representation of color #CE76D1: hue angle of 298.02º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CE76D1 is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 118 209 -
CMYK 0.01 0.44 0 0.18
HSL 298.02º 0.5% 0.64% -
HSV(B) 298.02º 0.44% 0.82% -
XYZ 43.44 30.68 63.95 -
YUV 154.69 158.65 164.6 -
System Red Green Blue C M Y K H S L
Decimal 206 118 209 0.01 0.44 0 0.18 298.02 0.5 0.64
Hex CE 76 D1 1 2C 0 12 12A 32 40
Octal 316 166 321 1 54 0 22 452 62 100
Binary 11001110 1110110 11010001 1 101100 0 10010 100101010 110010 1000000

Color Harmonies of #CE76D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE76D1

Black with #CE76D1

Text Example


Text Example

White with #CE76D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE76D1; }

 p { color: rgb(206,118,209); }

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

background-color css

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

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

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

border-color css

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

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

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