Html Css Color HEX #C173CC Orchid

📋 copy color: '#C173CC'

red 193 ◦ green 115 ◦ blue 204

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

Shades of Orchid #C173CC

Tints of Orchid #C173CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.84%

R = 37.7%
G = 22.46%
B = 39.84%

CMYK

 C value IS 0.05

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C173CC (or 0xC173CC) is known color: Orchid. HEX triplet: C1, 73 and CC. RGB value is (193,115,204). Sum of RGB (Red+Green+Blue) = 193+115+204=512 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.70% from 512); Green value is 115 (45.31% from 255 or 22.46% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 204 - color contains mainly: blue. Hex color #C173CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C173CC is #3E8C33. Grayscale: #949494. Windows color (decimal): -4099124 or 13398977. OLE color: 13398977.

HSL color Cylindrical-coordinate representation of color #C173CC: hue angle of 292.58º 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 #C173CC is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 193 115 204 -
CMYK 0.05 0.44 0 0.2
HSL 292.58º 0.47% 0.63% -
HSV(B) 292.58º 0.44% 0.8% -
XYZ 39.02 27.96 60.47 -
YUV 148.47 159.34 159.76 -
System Red Green Blue C M Y K H S L
Decimal 193 115 204 0.05 0.44 0 0.2 292.58 0.47 0.63
Hex C1 73 CC 5 2C 0 14 125 2F 3F
Octal 301 163 314 5 54 0 24 445 57 77
Binary 11000001 1110011 11001100 101 101100 0 10100 100100101 101111 111111

Color Harmonies of #C173CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C173CC

Black with #C173CC

Text Example


Text Example

White with #C173CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C173CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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