Html Css Color HEX #C175D0 Orchid

📋 copy color: '#C175D0'

red 193 ◦ green 117 ◦ blue 208

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

Shades of Orchid #C175D0

Tints of Orchid #C175D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.15%

R = 37.26%
G = 22.59%
B = 40.15%

CMYK

 C value IS 0.07

 M value IS 0.44

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C175D0 (or 0xC175D0) is known color: Orchid. HEX triplet: C1, 75 and D0. RGB value is (193,117,208). Sum of RGB (Red+Green+Blue) = 193+117+208=518 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.26% from 518); Green value is 117 (46.09% from 255 or 22.59% from 518); Blue value is 208 (81.64% from 255 or 40.15% from 518); Max value from RGB is 208 - color contains mainly: blue. Hex color #C175D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C175D0 is #3E8A2F. Grayscale: #959595. Windows color (decimal): -4098608 or 13661633. OLE color: 13661633.

HSL color Cylindrical-coordinate representation of color #C175D0: hue angle of 290.11º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C175D0 is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 193 117 208 -
CMYK 0.07 0.44 0 0.18
HSL 290.11º 0.49% 0.64% -
HSV(B) 290.11º 0.44% 0.82% -
XYZ 39.74 28.61 63.1 -
YUV 150.1 160.68 158.6 -
System Red Green Blue C M Y K H S L
Decimal 193 117 208 0.07 0.44 0 0.18 290.11 0.49 0.64
Hex C1 75 D0 7 2C 0 12 122 31 40
Octal 301 165 320 7 54 0 22 442 61 100
Binary 11000001 1110101 11010000 111 101100 0 10010 100100010 110001 1000000

Color Harmonies of #C175D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C175D0

Black with #C175D0

Text Example


Text Example

White with #C175D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C175D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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