Html Css Color HEX #C178BD Orchid

📋 copy color: '#C178BD'

red 193 ◦ green 120 ◦ blue 189

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

Shades of Orchid #C178BD

Tints of Orchid #C178BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.65%

R = 38.45%
G = 23.9%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C178BD (or 0xC178BD) is known color: Orchid. HEX triplet: C1, 78 and BD. RGB value is (193,120,189). Sum of RGB (Red+Green+Blue) = 193+120+189=502 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.45% from 502); Green value is 120 (47.27% from 255 or 23.90% from 502); Blue value is 189 (74.22% from 255 or 37.65% from 502); Max value from RGB is 193 - color contains mainly: red. Hex color #C178BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C178BD is #3E8742. Grayscale: #959595. Windows color (decimal): -4097859 or 12417217. OLE color: 12417217.

HSL color Cylindrical-coordinate representation of color #C178BD: hue angle of 303.29º 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 #C178BD is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 120 189 -
CMYK 0 0.38 0.02 0.24
HSL 303.29º 0.37% 0.61% -
HSV(B) 303.29º 0.38% 0.76% -
XYZ 37.89 28.44 51.64 -
YUV 149.69 150.18 158.89 -
System Red Green Blue C M Y K H S L
Decimal 193 120 189 0 0.38 0.02 0.24 303.29 0.37 0.61
Hex C1 78 BD 0 26 2 18 12F 25 3D
Octal 301 170 275 0 46 2 30 457 45 75
Binary 11000001 1111000 10111101 0 100110 10 11000 100101111 100101 111101

Color Harmonies of #C178BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C178BD

Black with #C178BD

Text Example


Text Example

White with #C178BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C178BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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