Html Css Color HEX #C179CB Orchid

📋 copy color: '#C179CB'

red 193 ◦ green 121 ◦ blue 203

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

Shades of Orchid #C179CB

Tints of Orchid #C179CB

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23.4%

 BLUE value IS 203 (79.69% from 255) = 39.26%

R = 37.33%
G = 23.4%
B = 39.26%

CMYK

 C value IS 0.05

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C179CB (or 0xC179CB) is known color: Orchid. HEX triplet: C1, 79 and CB. RGB value is (193,121,203). Sum of RGB (Red+Green+Blue) = 193+121+203=517 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.33% from 517); Green value is 121 (47.66% from 255 or 23.40% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 203 - color contains mainly: blue. Hex color #C179CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C179CB is #3E8634. Grayscale: #979797. Windows color (decimal): -4097589 or 13334977. OLE color: 13334977.

HSL color Cylindrical-coordinate representation of color #C179CB: hue angle of 292.68º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C179CB is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 121 203 -
CMYK 0.05 0.40 0 0.20
HSL 292.68º 0.44% 0.64% -
HSV(B) 292.68º 0.4% 0.8% -
XYZ 39.61 29.32 60.07 -
YUV 151.88 156.85 157.33 -
System Red Green Blue C M Y K H S L
Decimal 193 121 203 0.05 0.40 0 0.20 292.68 0.44 0.64
Hex C1 79 CB 5 28 0 14 125 2C 40
Octal 301 171 313 5 50 0 24 445 54 100
Binary 11000001 1111001 11001011 101 101000 0 10100 100100101 101100 1000000

Color Harmonies of #C179CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C179CB

Black with #C179CB

Text Example


Text Example

White with #C179CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C179CB; }

 p { color: rgb(193,121,203); }

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

background-color css

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

 a { background-color: rgb(193,121,203); }

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

border-color css

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

 span { border-color: rgb(193,121,203); }

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