Html Css Color HEX #CE76BA Orchid

📋 copy color: '#CE76BA'

red 206 ◦ green 118 ◦ blue 186

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

Shades of Orchid #CE76BA

Tints of Orchid #CE76BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.47%

R = 40.39%
G = 23.14%
B = 36.47%

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

#CE76BA (or 0xCE76BA) is known color: Orchid. HEX triplet: CE, 76 and BA. RGB value is (206,118,186). Sum of RGB (Red+Green+Blue) = 206+118+186=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 118 (46.48% from 255 or 23.14% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 206 - color contains mainly: red. Hex color #CE76BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE76BA is #318945. Grayscale: #979797. Windows color (decimal): -3246406 or 12220110. OLE color: 12220110.

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

Color convert

RGB 206 118 186 -
CMYK 0 0.43 0.10 0.19
HSL 313.64º 0.47% 0.64% -
HSV(B) 313.64º 0.43% 0.81% -
XYZ 40.79 29.62 50.02 -
YUV 152.06 147.15 166.47 -
System Red Green Blue C M Y K H S L
Decimal 206 118 186 0 0.43 0.10 0.19 313.64 0.47 0.64
Hex CE 76 BA 0 2B A 13 13A 2F 40
Octal 316 166 272 0 53 12 23 472 57 100
Binary 11001110 1110110 10111010 0 101011 1010 10011 100111010 101111 1000000

Color Harmonies of #CE76BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE76BA

Black with #CE76BA

Text Example


Text Example

White with #CE76BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE76BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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