Html Css Color HEX #C167D0 Medium Orchid

📋 copy color: '#C167D0'

red 193 ◦ green 103 ◦ blue 208

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

Shades of Medium Orchid #C167D0

Tints of Medium Orchid #C167D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.27%

R = 38.29%
G = 20.44%
B = 41.27%

CMYK

 C value IS 0.07

 M value IS 0.50

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C167D0 (or 0xC167D0) is known color: Medium Orchid. HEX triplet: C1, 67 and D0. RGB value is (193,103,208). Sum of RGB (Red+Green+Blue) = 193+103+208=504 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.29% from 504); Green value is 103 (40.62% from 255 or 20.44% from 504); Blue value is 208 (81.64% from 255 or 41.27% from 504); Max value from RGB is 208 - color contains mainly: blue. Hex color #C167D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C167D0 is #3E982F. Grayscale: #8D8D8D. Windows color (decimal): -4102192 or 13658049. OLE color: 13658049.

HSL color Cylindrical-coordinate representation of color #C167D0: hue angle of 291.43º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C167D0 is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 193 103 208 -
CMYK 0.07 0.50 0 0.18
HSL 291.43º 0.53% 0.61% -
HSV(B) 291.43º 0.5% 0.82% -
XYZ 38.23 25.59 62.6 -
YUV 141.88 165.32 164.46 -
System Red Green Blue C M Y K H S L
Decimal 193 103 208 0.07 0.50 0 0.18 291.43 0.53 0.61
Hex C1 67 D0 7 32 0 12 123 35 3D
Octal 301 147 320 7 62 0 22 443 65 75
Binary 11000001 1100111 11010000 111 110010 0 10010 100100011 110101 111101

Color Harmonies of #C167D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C167D0

Black with #C167D0

Text Example


Text Example

White with #C167D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C167D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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