Html Css Color HEX #CE76D5 Orchid

📋 copy color: '#CE76D5'

red 206 ◦ green 118 ◦ blue 213

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

Shades of Orchid #CE76D5

Tints of Orchid #CE76D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.66%

R = 38.36%
G = 21.97%
B = 39.66%

CMYK

 C value IS 0.03

 M value IS 0.45

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CE76D5 (or 0xCE76D5) is known color: Orchid. HEX triplet: CE, 76 and D5. RGB value is (206,118,213). Sum of RGB (Red+Green+Blue) = 206+118+213=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 118 (46.48% from 255 or 21.97% from 537); Blue value is 213 (83.59% from 255 or 39.66% from 537); Max value from RGB is 213 - color contains mainly: blue. Hex color #CE76D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE76D5 is #31892A. Grayscale: #9A9A9A. Windows color (decimal): -3246379 or 13989582. OLE color: 13989582.

HSL color Cylindrical-coordinate representation of color #CE76D5: hue angle of 295.58º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CE76D5 is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 118 213 -
CMYK 0.03 0.45 0 0.16
HSL 295.58º 0.53% 0.65% -
HSV(B) 295.58º 0.45% 0.84% -
XYZ 43.94 30.88 66.6 -
YUV 155.14 160.65 164.28 -
System Red Green Blue C M Y K H S L
Decimal 206 118 213 0.03 0.45 0 0.16 295.58 0.53 0.65
Hex CE 76 D5 3 2D 0 10 128 35 41
Octal 316 166 325 3 55 0 20 450 65 101
Binary 11001110 1110110 11010101 11 101101 0 10000 100101000 110101 1000001

Color Harmonies of #CE76D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE76D5

Black with #CE76D5

Text Example


Text Example

White with #CE76D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE76D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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