Html Css Color HEX #CE76B6 Orchid

📋 copy color: '#CE76B6'

red 206 ◦ green 118 ◦ blue 182

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

Shades of Orchid #CE76B6

Tints of Orchid #CE76B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 35.97%

R = 40.71%
G = 23.32%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#CE76B6 (or 0xCE76B6) is known color: Orchid. HEX triplet: CE, 76 and B6. RGB value is (206,118,182). Sum of RGB (Red+Green+Blue) = 206+118+182=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 118 (46.48% from 255 or 23.32% from 506); Blue value is 182 (71.48% from 255 or 35.97% from 506); Max value from RGB is 206 - color contains mainly: red. Hex color #CE76B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE76B6 is #318949. Grayscale: #979797. Windows color (decimal): -3246410 or 11957966. OLE color: 11957966.

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

Color convert

RGB 206 118 182 -
CMYK 0 0.43 0.12 0.19
HSL 316.36º 0.47% 0.64% -
HSV(B) 316.36º 0.43% 0.81% -
XYZ 40.38 29.46 47.81 -
YUV 151.61 145.15 166.8 -
System Red Green Blue C M Y K H S L
Decimal 206 118 182 0 0.43 0.12 0.19 316.36 0.47 0.64
Hex CE 76 B6 0 2B C 13 13C 2F 40
Octal 316 166 266 0 53 14 23 474 57 100
Binary 11001110 1110110 10110110 0 101011 1100 10011 100111100 101111 1000000

Color Harmonies of #CE76B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE76B6

Black with #CE76B6

Text Example


Text Example

White with #CE76B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE76B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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