Html Css Color HEX #C173CE Orchid

📋 copy color: '#C173CE'

red 193 ◦ green 115 ◦ blue 206

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

Shades of Orchid #C173CE

Tints of Orchid #C173CE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.37%

 BLUE value IS 206 (80.86% from 255) = 40.08%

R = 37.55%
G = 22.37%
B = 40.08%

CMYK

 C value IS 0.06

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C173CE (or 0xC173CE) is known color: Orchid. HEX triplet: C1, 73 and CE. RGB value is (193,115,206). Sum of RGB (Red+Green+Blue) = 193+115+206=514 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.55% from 514); Green value is 115 (45.31% from 255 or 22.37% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 206 - color contains mainly: blue. Hex color #C173CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C173CE is #3E8C31. Grayscale: #949494. Windows color (decimal): -4099122 or 13530049. OLE color: 13530049.

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

Color convert

RGB 193 115 206 -
CMYK 0.06 0.44 0 0.19
HSL 291.43º 0.48% 0.63% -
HSV(B) 291.43º 0.44% 0.81% -
XYZ 39.26 28.06 61.74 -
YUV 148.7 160.34 159.6 -
System Red Green Blue C M Y K H S L
Decimal 193 115 206 0.06 0.44 0 0.19 291.43 0.48 0.63
Hex C1 73 CE 6 2C 0 13 123 30 3F
Octal 301 163 316 6 54 0 23 443 60 77
Binary 11000001 1110011 11001110 110 101100 0 10011 100100011 110000 111111

Color Harmonies of #C173CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C173CE

Black with #C173CE

Text Example


Text Example

White with #C173CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C173CE; }

 p { color: rgb(193,115,206); }

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

background-color css

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

 a { background-color: rgb(193,115,206); }

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

border-color css

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

 span { border-color: rgb(193,115,206); }

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