Html Css Color HEX #CE76B7 Orchid

📋 copy color: '#CE76B7'

red 206 ◦ green 118 ◦ blue 183

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

Shades of Orchid #CE76B7

Tints of Orchid #CE76B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.09%

R = 40.63%
G = 23.27%
B = 36.09%

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

#CE76B7 (or 0xCE76B7) is known color: Orchid. HEX triplet: CE, 76 and B7. RGB value is (206,118,183). Sum of RGB (Red+Green+Blue) = 206+118+183=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 118 (46.48% from 255 or 23.27% from 507); Blue value is 183 (71.88% from 255 or 36.09% from 507); Max value from RGB is 206 - color contains mainly: red. Hex color #CE76B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE76B7 is #318948. Grayscale: #979797. Windows color (decimal): -3246409 or 12023502. OLE color: 12023502.

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

Color convert

RGB 206 118 183 -
CMYK 0 0.43 0.11 0.19
HSL 315.68º 0.47% 0.64% -
HSV(B) 315.68º 0.43% 0.81% -
XYZ 40.48 29.5 48.36 -
YUV 151.72 145.65 166.71 -
System Red Green Blue C M Y K H S L
Decimal 206 118 183 0 0.43 0.11 0.19 315.68 0.47 0.64
Hex CE 76 B7 0 2B B 13 13C 2F 40
Octal 316 166 267 0 53 13 23 474 57 100
Binary 11001110 1110110 10110111 0 101011 1011 10011 100111100 101111 1000000

Color Harmonies of #CE76B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE76B7

Black with #CE76B7

Text Example


Text Example

White with #CE76B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE76B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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