Html Css Color HEX #C178BE Orchid

📋 copy color: '#C178BE'

red 193 ◦ green 120 ◦ blue 190

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

Shades of Orchid #C178BE

Tints of Orchid #C178BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.77%

R = 38.37%
G = 23.86%
B = 37.77%

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

#C178BE (or 0xC178BE) is known color: Orchid. HEX triplet: C1, 78 and BE. RGB value is (193,120,190). Sum of RGB (Red+Green+Blue) = 193+120+190=503 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.37% from 503); Green value is 120 (47.27% from 255 or 23.86% from 503); Blue value is 190 (74.61% from 255 or 37.77% from 503); Max value from RGB is 193 - color contains mainly: red. Hex color #C178BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C178BE is #3E8741. Grayscale: #959595. Windows color (decimal): -4097858 or 12482753. OLE color: 12482753.

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

Color convert

RGB 193 120 190 -
CMYK 0 0.38 0.02 0.24
HSL 302.47º 0.37% 0.61% -
HSV(B) 302.47º 0.38% 0.76% -
XYZ 38 28.49 52.21 -
YUV 149.81 150.68 158.81 -
System Red Green Blue C M Y K H S L
Decimal 193 120 190 0 0.38 0.02 0.24 302.47 0.37 0.61
Hex C1 78 BE 0 26 2 18 12E 25 3D
Octal 301 170 276 0 46 2 30 456 45 75
Binary 11000001 1111000 10111110 0 100110 10 11000 100101110 100101 111101

Color Harmonies of #C178BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C178BE

Black with #C178BE

Text Example


Text Example

White with #C178BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C178BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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