Html Css Color HEX #C174C6 Orchid

📋 copy color: '#C174C6'

red 193 ◦ green 116 ◦ blue 198

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

Shades of Orchid #C174C6

Tints of Orchid #C174C6

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.88%

 BLUE value IS 198 (77.73% from 255) = 39.05%

R = 38.07%
G = 22.88%
B = 39.05%

CMYK

 C value IS 0.03

 M value IS 0.41

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C174C6 (or 0xC174C6) is known color: Orchid. HEX triplet: C1, 74 and C6. RGB value is (193,116,198). Sum of RGB (Red+Green+Blue) = 193+116+198=507 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.07% from 507); Green value is 116 (45.70% from 255 or 22.88% from 507); Blue value is 198 (77.73% from 255 or 39.05% from 507); Max value from RGB is 198 - color contains mainly: blue. Hex color #C174C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C174C6 is #3E8B39. Grayscale: #949494. Windows color (decimal): -4098874 or 13006017. OLE color: 13006017.

HSL color Cylindrical-coordinate representation of color #C174C6: hue angle of 296.34º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C174C6 is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 193 116 198 -
CMYK 0.03 0.41 0 0.22
HSL 296.34º 0.42% 0.62% -
HSV(B) 296.34º 0.41% 0.78% -
XYZ 38.43 27.91 56.79 -
YUV 148.37 156.01 159.83 -
System Red Green Blue C M Y K H S L
Decimal 193 116 198 0.03 0.41 0 0.22 296.34 0.42 0.62
Hex C1 74 C6 3 29 0 16 128 2A 3E
Octal 301 164 306 3 51 0 26 450 52 76
Binary 11000001 1110100 11000110 11 101001 0 10110 100101000 101010 111110

Color Harmonies of #C174C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C174C6

Black with #C174C6

Text Example


Text Example

White with #C174C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C174C6; }

 p { color: rgb(193,116,198); }

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

background-color css

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

 a { background-color: rgb(193,116,198); }

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

border-color css

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

 span { border-color: rgb(193,116,198); }

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