Html Css Color HEX #C177D7 Orchid

📋 copy color: '#C177D7'

red 193 ◦ green 119 ◦ blue 215

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

Shades of Orchid #C177D7

Tints of Orchid #C177D7

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22.58%

 BLUE value IS 215 (84.38% from 255) = 40.8%

R = 36.62%
G = 22.58%
B = 40.8%

CMYK

 C value IS 0.10

 M value IS 0.45

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C177D7 (or 0xC177D7) is known color: Orchid. HEX triplet: C1, 77 and D7. RGB value is (193,119,215). Sum of RGB (Red+Green+Blue) = 193+119+215=527 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.62% from 527); Green value is 119 (46.88% from 255 or 22.58% from 527); Blue value is 215 (84.38% from 255 or 40.80% from 527); Max value from RGB is 215 - color contains mainly: blue. Hex color #C177D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C177D7 is #3E8828. Grayscale: #979797. Windows color (decimal): -4098089 or 14120897. OLE color: 14120897.

HSL color Cylindrical-coordinate representation of color #C177D7: hue angle of 286.25º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C177D7 is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 193 119 215 -
CMYK 0.10 0.45 0 0.16
HSL 286.25º 0.55% 0.65% -
HSV(B) 286.25º 0.45% 0.84% -
XYZ 40.85 29.44 67.82 -
YUV 152.07 163.52 157.19 -
System Red Green Blue C M Y K H S L
Decimal 193 119 215 0.10 0.45 0 0.16 286.25 0.55 0.65
Hex C1 77 D7 A 2D 0 10 11E 37 41
Octal 301 167 327 12 55 0 20 436 67 101
Binary 11000001 1110111 11010111 1010 101101 0 10000 100011110 110111 1000001

Color Harmonies of #C177D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C177D7

Black with #C177D7

Text Example


Text Example

White with #C177D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C177D7; }

 p { color: rgb(193,119,215); }

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

background-color css

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

 a { background-color: rgb(193,119,215); }

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

border-color css

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

 span { border-color: rgb(193,119,215); }

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