Html Css Color HEX #C170CC Medium Orchid

📋 copy color: '#C170CC'

red 193 ◦ green 112 ◦ blue 204

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

Shades of Medium Orchid #C170CC

Tints of Medium Orchid #C170CC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22%

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

R = 37.92%
G = 22%
B = 40.08%

CMYK

 C value IS 0.05

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C170CC (or 0xC170CC) is known color: Medium Orchid. HEX triplet: C1, 70 and CC. RGB value is (193,112,204). Sum of RGB (Red+Green+Blue) = 193+112+204=509 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.92% from 509); Green value is 112 (44.14% from 255 or 22.00% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 204 - color contains mainly: blue. Hex color #C170CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C170CC is #3E8F33. Grayscale: #929292. Windows color (decimal): -4099892 or 13398209. OLE color: 13398209.

HSL color Cylindrical-coordinate representation of color #C170CC: hue angle of 292.83º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C170CC is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 193 112 204 -
CMYK 0.05 0.45 0 0.2
HSL 292.83º 0.47% 0.62% -
HSV(B) 292.83º 0.45% 0.8% -
XYZ 38.69 27.29 60.35 -
YUV 146.71 160.34 161.02 -
System Red Green Blue C M Y K H S L
Decimal 193 112 204 0.05 0.45 0 0.2 292.83 0.47 0.62
Hex C1 70 CC 5 2D 0 14 125 2F 3E
Octal 301 160 314 5 55 0 24 445 57 76
Binary 11000001 1110000 11001100 101 101101 0 10100 100100101 101111 111110

Color Harmonies of #C170CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C170CC

Black with #C170CC

Text Example


Text Example

White with #C170CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C170CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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