Html Css Color HEX #C173CD Orchid

📋 copy color: '#C173CD'

red 193 ◦ green 115 ◦ blue 205

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

Shades of Orchid #C173CD

Tints of Orchid #C173CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.96%

R = 37.62%
G = 22.42%
B = 39.96%

CMYK

 C value IS 0.06

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C173CD (or 0xC173CD) is known color: Orchid. HEX triplet: C1, 73 and CD. RGB value is (193,115,205). Sum of RGB (Red+Green+Blue) = 193+115+205=513 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.62% from 513); Green value is 115 (45.31% from 255 or 22.42% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 205 - color contains mainly: blue. Hex color #C173CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C173CD is #3E8C32. Grayscale: #949494. Windows color (decimal): -4099123 or 13464513. OLE color: 13464513.

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

Color convert

RGB 193 115 205 -
CMYK 0.06 0.44 0 0.20
HSL 292º 0.47% 0.63% -
HSV(B) 292º 0.44% 0.8% -
XYZ 39.14 28.01 61.1 -
YUV 148.58 159.84 159.68 -
System Red Green Blue C M Y K H S L
Decimal 193 115 205 0.06 0.44 0 0.20 292 0.47 0.63
Hex C1 73 CD 6 2C 0 14 124 2F 3F
Octal 301 163 315 6 54 0 24 444 57 77
Binary 11000001 1110011 11001101 110 101100 0 10100 100100100 101111 111111

Color Harmonies of #C173CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C173CD

Black with #C173CD

Text Example


Text Example

White with #C173CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C173CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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