Html Css Color HEX #C168D0 Medium Orchid

📋 copy color: '#C168D0'

red 193 ◦ green 104 ◦ blue 208

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

Shades of Medium Orchid #C168D0

Tints of Medium Orchid #C168D0

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.59%

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

R = 38.22%
G = 20.59%
B = 41.19%

CMYK

 C value IS 0.07

 M value IS 0.5

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C168D0 (or 0xC168D0) is known color: Medium Orchid. HEX triplet: C1, 68 and D0. RGB value is (193,104,208). Sum of RGB (Red+Green+Blue) = 193+104+208=505 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.22% from 505); Green value is 104 (41.02% from 255 or 20.59% from 505); Blue value is 208 (81.64% from 255 or 41.19% from 505); Max value from RGB is 208 - color contains mainly: blue. Hex color #C168D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C168D0 is #3E972F. Grayscale: #8E8E8E. Windows color (decimal): -4101936 or 13658305. OLE color: 13658305.

HSL color Cylindrical-coordinate representation of color #C168D0: hue angle of 291.35º 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 #C168D0 is Cyan = 0.07, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 193 104 208 -
CMYK 0.07 0.5 0 0.18
HSL 291.35º 0.53% 0.61% -
HSV(B) 291.35º 0.5% 0.82% -
XYZ 38.33 25.79 62.63 -
YUV 142.47 164.99 164.04 -
System Red Green Blue C M Y K H S L
Decimal 193 104 208 0.07 0.5 0 0.18 291.35 0.53 0.61
Hex C1 68 D0 7 32 0 12 123 35 3D
Octal 301 150 320 7 62 0 22 443 65 75
Binary 11000001 1101000 11010000 111 110010 0 10010 100100011 110101 111101

Color Harmonies of #C168D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C168D0

Black with #C168D0

Text Example


Text Example

White with #C168D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C168D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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