Html Css Color HEX #CE76BE Orchid

📋 copy color: '#CE76BE'

red 206 ◦ green 118 ◦ blue 190

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

Shades of Orchid #CE76BE

Tints of Orchid #CE76BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.96%

R = 40.08%
G = 22.96%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE76BE (or 0xCE76BE) is known color: Orchid. HEX triplet: CE, 76 and BE. RGB value is (206,118,190). Sum of RGB (Red+Green+Blue) = 206+118+190=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 118 (46.48% from 255 or 22.96% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 206 - color contains mainly: red. Hex color #CE76BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE76BE is #318941. Grayscale: #989898. Windows color (decimal): -3246402 or 12482254. OLE color: 12482254.

HSL color Cylindrical-coordinate representation of color #CE76BE: hue angle of 310.91º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE76BE is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 118 190 -
CMYK 0 0.43 0.08 0.19
HSL 310.91º 0.47% 0.64% -
HSV(B) 310.91º 0.43% 0.81% -
XYZ 41.23 29.8 52.29 -
YUV 152.52 149.15 166.15 -
System Red Green Blue C M Y K H S L
Decimal 206 118 190 0 0.43 0.08 0.19 310.91 0.47 0.64
Hex CE 76 BE 0 2B 8 13 137 2F 40
Octal 316 166 276 0 53 10 23 467 57 100
Binary 11001110 1110110 10111110 0 101011 1000 10011 100110111 101111 1000000

Color Harmonies of #CE76BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE76BE

Black with #CE76BE

Text Example


Text Example

White with #CE76BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE76BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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