Html Css Color HEX #C178BF Orchid

📋 copy color: '#C178BF'

red 193 ◦ green 120 ◦ blue 191

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

Shades of Orchid #C178BF

Tints of Orchid #C178BF

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.81%

 BLUE value IS 191 (75% from 255) = 37.9%

R = 38.29%
G = 23.81%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C178BF (or 0xC178BF) is known color: Orchid. HEX triplet: C1, 78 and BF. RGB value is (193,120,191). Sum of RGB (Red+Green+Blue) = 193+120+191=504 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.29% from 504); Green value is 120 (47.27% from 255 or 23.81% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 193 - color contains mainly: red. Hex color #C178BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C178BF is #3E8740. Grayscale: #959595. Windows color (decimal): -4097857 or 12548289. OLE color: 12548289.

HSL color Cylindrical-coordinate representation of color #C178BF: hue angle of 301.64º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C178BF is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 120 191 -
CMYK 0 0.38 0.01 0.24
HSL 301.64º 0.37% 0.61% -
HSV(B) 301.64º 0.38% 0.76% -
XYZ 38.11 28.53 52.79 -
YUV 149.92 151.18 158.73 -
System Red Green Blue C M Y K H S L
Decimal 193 120 191 0 0.38 0.01 0.24 301.64 0.37 0.61
Hex C1 78 BF 0 26 1 18 12E 25 3D
Octal 301 170 277 0 46 1 30 456 45 75
Binary 11000001 1111000 10111111 0 100110 1 11000 100101110 100101 111101

Color Harmonies of #C178BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C178BF

Black with #C178BF

Text Example


Text Example

White with #C178BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C178BF; }

 p { color: rgb(193,120,191); }

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

background-color css

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

 a { background-color: rgb(193,120,191); }

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

border-color css

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

 span { border-color: rgb(193,120,191); }

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