Html Css Color HEX #C175C6 Orchid

📋 copy color: '#C175C6'

red 193 ◦ green 117 ◦ blue 198

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

Shades of Orchid #C175C6

Tints of Orchid #C175C6

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.03%

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

R = 37.99%
G = 23.03%
B = 38.98%

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

#C175C6 (or 0xC175C6) is known color: Orchid. HEX triplet: C1, 75 and C6. RGB value is (193,117,198). Sum of RGB (Red+Green+Blue) = 193+117+198=508 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.99% from 508); Green value is 117 (46.09% from 255 or 23.03% from 508); Blue value is 198 (77.73% from 255 or 38.98% from 508); Max value from RGB is 198 - color contains mainly: blue. Hex color #C175C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C175C6 is #3E8A39. Grayscale: #949494. Windows color (decimal): -4098618 or 13006273. OLE color: 13006273.

HSL color Cylindrical-coordinate representation of color #C175C6: hue angle of 296.3º 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 #C175C6 is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 193 117 198 -
CMYK 0.03 0.41 0 0.22
HSL 296.3º 0.42% 0.62% -
HSV(B) 296.3º 0.41% 0.78% -
XYZ 38.55 28.14 56.83 -
YUV 148.96 155.68 159.41 -
System Red Green Blue C M Y K H S L
Decimal 193 117 198 0.03 0.41 0 0.22 296.3 0.42 0.62
Hex C1 75 C6 3 29 0 16 128 2A 3E
Octal 301 165 306 3 51 0 26 450 52 76
Binary 11000001 1110101 11000110 11 101001 0 10110 100101000 101010 111110

Color Harmonies of #C175C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C175C6

Black with #C175C6

Text Example


Text Example

White with #C175C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C175C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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