Html Css Color HEX #C164CD Medium Orchid

📋 copy color: '#C164CD'

red 193 ◦ green 100 ◦ blue 205

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

Shades of Medium Orchid #C164CD

Tints of Medium Orchid #C164CD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.08%

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

R = 38.76%
G = 20.08%
B = 41.16%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C164CD (or 0xC164CD) is known color: Medium Orchid. HEX triplet: C1, 64 and CD. RGB value is (193,100,205). Sum of RGB (Red+Green+Blue) = 193+100+205=498 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.76% from 498); Green value is 100 (39.45% from 255 or 20.08% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 205 - color contains mainly: blue. Hex color #C164CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C164CD is #3E9B32. Grayscale: #8B8B8B. Windows color (decimal): -4102963 or 13460673. OLE color: 13460673.

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

Color convert

RGB 193 100 205 -
CMYK 0.06 0.51 0 0.20
HSL 293.14º 0.51% 0.6% -
HSV(B) 293.14º 0.51% 0.8% -
XYZ 37.57 24.86 60.58 -
YUV 139.78 164.81 165.96 -
System Red Green Blue C M Y K H S L
Decimal 193 100 205 0.06 0.51 0 0.20 293.14 0.51 0.6
Hex C1 64 CD 6 33 0 14 125 33 3C
Octal 301 144 315 6 63 0 24 445 63 74
Binary 11000001 1100100 11001101 110 110011 0 10100 100100101 110011 111100

Color Harmonies of #C164CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C164CD

Black with #C164CD

Text Example


Text Example

White with #C164CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C164CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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