Html Css Color HEX #C167CD Medium Orchid

📋 copy color: '#C167CD'

red 193 ◦ green 103 ◦ blue 205

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

Shades of Medium Orchid #C167CD

Tints of Medium Orchid #C167CD

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.56%

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

R = 38.52%
G = 20.56%
B = 40.92%

CMYK

 C value IS 0.06

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C167CD (or 0xC167CD) is known color: Medium Orchid. HEX triplet: C1, 67 and CD. RGB value is (193,103,205). Sum of RGB (Red+Green+Blue) = 193+103+205=501 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.52% from 501); Green value is 103 (40.62% from 255 or 20.56% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #C167CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C167CD is #3E9832. Grayscale: #8D8D8D. Windows color (decimal): -4102195 or 13461441. OLE color: 13461441.

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

Color convert

RGB 193 103 205 -
CMYK 0.06 0.50 0 0.20
HSL 292.94º 0.5% 0.6% -
HSV(B) 292.94º 0.5% 0.8% -
XYZ 37.86 25.45 60.67 -
YUV 141.54 163.82 164.71 -
System Red Green Blue C M Y K H S L
Decimal 193 103 205 0.06 0.50 0 0.20 292.94 0.5 0.6
Hex C1 67 CD 6 32 0 14 125 32 3C
Octal 301 147 315 6 62 0 24 445 62 74
Binary 11000001 1100111 11001101 110 110010 0 10100 100100101 110010 111100

Color Harmonies of #C167CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C167CD

Black with #C167CD

Text Example


Text Example

White with #C167CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C167CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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