Html Css Color HEX #C167DA Medium Orchid

📋 copy color: '#C167DA'

red 193 ◦ green 103 ◦ blue 218

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

Shades of Medium Orchid #C167DA

Tints of Medium Orchid #C167DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.41%

R = 37.55%
G = 20.04%
B = 42.41%

CMYK

 C value IS 0.11

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C167DA (or 0xC167DA) is known color: Medium Orchid. HEX triplet: C1, 67 and DA. RGB value is (193,103,218). Sum of RGB (Red+Green+Blue) = 193+103+218=514 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.55% from 514); Green value is 103 (40.62% from 255 or 20.04% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 218 - color contains mainly: blue. Hex color #C167DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C167DA is #3E9825. Grayscale: #8E8E8E. Windows color (decimal): -4102182 or 14313409. OLE color: 14313409.

HSL color Cylindrical-coordinate representation of color #C167DA: hue angle of 286.96º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C167DA is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 193 103 218 -
CMYK 0.11 0.53 0 0.15
HSL 286.96º 0.61% 0.63% -
HSV(B) 286.96º 0.53% 0.85% -
XYZ 39.5 26.1 69.29 -
YUV 143.02 170.32 163.65 -
System Red Green Blue C M Y K H S L
Decimal 193 103 218 0.11 0.53 0 0.15 286.96 0.61 0.63
Hex C1 67 DA B 35 0 F 11F 3D 3F
Octal 301 147 332 13 65 0 17 437 75 77
Binary 11000001 1100111 11011010 1011 110101 0 1111 100011111 111101 111111

Color Harmonies of #C167DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C167DA

Black with #C167DA

Text Example


Text Example

White with #C167DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C167DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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