Html Css Color HEX #C175CF Orchid

📋 copy color: '#C175CF'

red 193 ◦ green 117 ◦ blue 207

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

Shades of Orchid #C175CF

Tints of Orchid #C175CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.04%

R = 37.33%
G = 22.63%
B = 40.04%

CMYK

 C value IS 0.07

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C175CF (or 0xC175CF) is known color: Orchid. HEX triplet: C1, 75 and CF. RGB value is (193,117,207). Sum of RGB (Red+Green+Blue) = 193+117+207=517 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.33% from 517); Green value is 117 (46.09% from 255 or 22.63% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 207 - color contains mainly: blue. Hex color #C175CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C175CF is #3E8A30. Grayscale: #959595. Windows color (decimal): -4098609 or 13596097. OLE color: 13596097.

HSL color Cylindrical-coordinate representation of color #C175CF: hue angle of 290.67º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C175CF is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 117 207 -
CMYK 0.07 0.43 0 0.19
HSL 290.67º 0.48% 0.64% -
HSV(B) 290.67º 0.43% 0.81% -
XYZ 39.62 28.57 62.46 -
YUV 149.98 160.18 158.68 -
System Red Green Blue C M Y K H S L
Decimal 193 117 207 0.07 0.43 0 0.19 290.67 0.48 0.64
Hex C1 75 CF 7 2B 0 13 123 30 40
Octal 301 165 317 7 53 0 23 443 60 100
Binary 11000001 1110101 11001111 111 101011 0 10011 100100011 110000 1000000

Color Harmonies of #C175CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C175CF

Black with #C175CF

Text Example


Text Example

White with #C175CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C175CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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