Html Css Color HEX #CE76B9 Orchid

📋 copy color: '#CE76B9'

red 206 ◦ green 118 ◦ blue 185

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

Shades of Orchid #CE76B9

Tints of Orchid #CE76B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.35%

R = 40.47%
G = 23.18%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CE76B9 (or 0xCE76B9) is known color: Orchid. HEX triplet: CE, 76 and B9. RGB value is (206,118,185). Sum of RGB (Red+Green+Blue) = 206+118+185=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 118 (46.48% from 255 or 23.18% from 509); Blue value is 185 (72.66% from 255 or 36.35% from 509); Max value from RGB is 206 - color contains mainly: red. Hex color #CE76B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE76B9 is #318946. Grayscale: #979797. Windows color (decimal): -3246407 or 12154574. OLE color: 12154574.

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

Color convert

RGB 206 118 185 -
CMYK 0 0.43 0.10 0.19
HSL 314.32º 0.47% 0.64% -
HSV(B) 314.32º 0.43% 0.81% -
XYZ 40.69 29.58 49.46 -
YUV 151.95 146.65 166.55 -
System Red Green Blue C M Y K H S L
Decimal 206 118 185 0 0.43 0.10 0.19 314.32 0.47 0.64
Hex CE 76 B9 0 2B A 13 13A 2F 40
Octal 316 166 271 0 53 12 23 472 57 100
Binary 11001110 1110110 10111001 0 101011 1010 10011 100111010 101111 1000000

Color Harmonies of #CE76B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE76B9

Black with #CE76B9

Text Example


Text Example

White with #CE76B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE76B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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