Html Css Color HEX #CE76BB Orchid

📋 copy color: '#CE76BB'

red 206 ◦ green 118 ◦ blue 187

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

Shades of Orchid #CE76BB

Tints of Orchid #CE76BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.59%

R = 40.31%
G = 23.09%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CE76BB (or 0xCE76BB) is known color: Orchid. HEX triplet: CE, 76 and BB. RGB value is (206,118,187). Sum of RGB (Red+Green+Blue) = 206+118+187=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 118 (46.48% from 255 or 23.09% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 206 - color contains mainly: red. Hex color #CE76BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE76BB is #318944. Grayscale: #979797. Windows color (decimal): -3246405 or 12285646. OLE color: 12285646.

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

Color convert

RGB 206 118 187 -
CMYK 0 0.43 0.09 0.19
HSL 312.95º 0.47% 0.64% -
HSV(B) 312.95º 0.43% 0.81% -
XYZ 40.9 29.67 50.58 -
YUV 152.18 147.65 166.39 -
System Red Green Blue C M Y K H S L
Decimal 206 118 187 0 0.43 0.09 0.19 312.95 0.47 0.64
Hex CE 76 BB 0 2B 9 13 139 2F 40
Octal 316 166 273 0 53 11 23 471 57 100
Binary 11001110 1110110 10111011 0 101011 1001 10011 100111001 101111 1000000

Color Harmonies of #CE76BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE76BB

Black with #CE76BB

Text Example


Text Example

White with #CE76BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE76BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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