Html Css Color HEX #CE76B8 Orchid

📋 copy color: '#CE76B8'

red 206 ◦ green 118 ◦ blue 184

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

Shades of Orchid #CE76B8

Tints of Orchid #CE76B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.22%

R = 40.55%
G = 23.23%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#CE76B8 (or 0xCE76B8) is known color: Orchid. HEX triplet: CE, 76 and B8. RGB value is (206,118,184). Sum of RGB (Red+Green+Blue) = 206+118+184=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 118 (46.48% from 255 or 23.23% from 508); Blue value is 184 (72.27% from 255 or 36.22% from 508); Max value from RGB is 206 - color contains mainly: red. Hex color #CE76B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE76B8 is #318947. Grayscale: #979797. Windows color (decimal): -3246408 or 12089038. OLE color: 12089038.

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

Color convert

RGB 206 118 184 -
CMYK 0 0.43 0.11 0.19
HSL 315º 0.47% 0.64% -
HSV(B) 315º 0.43% 0.81% -
XYZ 40.58 29.54 48.91 -
YUV 151.84 146.15 166.63 -
System Red Green Blue C M Y K H S L
Decimal 206 118 184 0 0.43 0.11 0.19 315 0.47 0.64
Hex CE 76 B8 0 2B B 13 13B 2F 40
Octal 316 166 270 0 53 13 23 473 57 100
Binary 11001110 1110110 10111000 0 101011 1011 10011 100111011 101111 1000000

Color Harmonies of #CE76B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE76B8

Black with #CE76B8

Text Example


Text Example

White with #CE76B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE76B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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