Html Css Color HEX #C176CE Orchid

📋 copy color: '#C176CE'

red 193 ◦ green 118 ◦ blue 206

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

Shades of Orchid #C176CE

Tints of Orchid #C176CE

RGB

 RED value IS 193 (75.78% from 255) = 37.33%

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

 BLUE value IS 206 (80.86% from 255) = 39.85%

R = 37.33%
G = 22.82%
B = 39.85%

CMYK

 C value IS 0.06

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C176CE (or 0xC176CE) is known color: Orchid. HEX triplet: C1, 76 and CE. RGB value is (193,118,206). Sum of RGB (Red+Green+Blue) = 193+118+206=517 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.33% from 517); Green value is 118 (46.48% from 255 or 22.82% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 206 - color contains mainly: blue. Hex color #C176CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C176CE is #3E8931. Grayscale: #969696. Windows color (decimal): -4098354 or 13530817. OLE color: 13530817.

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

Color convert

RGB 193 118 206 -
CMYK 0.06 0.43 0 0.19
HSL 291.14º 0.47% 0.64% -
HSV(B) 291.14º 0.43% 0.81% -
XYZ 39.61 28.75 61.85 -
YUV 150.46 159.35 158.34 -
System Red Green Blue C M Y K H S L
Decimal 193 118 206 0.06 0.43 0 0.19 291.14 0.47 0.64
Hex C1 76 CE 6 2B 0 13 123 2F 40
Octal 301 166 316 6 53 0 23 443 57 100
Binary 11000001 1110110 11001110 110 101011 0 10011 100100011 101111 1000000

Color Harmonies of #C176CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C176CE

Black with #C176CE

Text Example


Text Example

White with #C176CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C176CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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