Html Css Color HEX #C168D7 Medium Orchid

📋 copy color: '#C168D7'

red 193 ◦ green 104 ◦ blue 215

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

Shades of Medium Orchid #C168D7

Tints of Medium Orchid #C168D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.99%

R = 37.7%
G = 20.31%
B = 41.99%

CMYK

 C value IS 0.10

 M value IS 0.52

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C168D7 (or 0xC168D7) is known color: Medium Orchid. HEX triplet: C1, 68 and D7. RGB value is (193,104,215). Sum of RGB (Red+Green+Blue) = 193+104+215=512 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.70% from 512); Green value is 104 (41.02% from 255 or 20.31% from 512); Blue value is 215 (84.38% from 255 or 41.99% from 512); Max value from RGB is 215 - color contains mainly: blue. Hex color #C168D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C168D7 is #3E9728. Grayscale: #8E8E8E. Windows color (decimal): -4101929 or 14117057. OLE color: 14117057.

HSL color Cylindrical-coordinate representation of color #C168D7: hue angle of 288.11º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C168D7 is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 193 104 215 -
CMYK 0.10 0.52 0 0.16
HSL 288.11º 0.58% 0.63% -
HSV(B) 288.11º 0.52% 0.84% -
XYZ 39.21 26.14 67.27 -
YUV 143.27 168.49 163.47 -
System Red Green Blue C M Y K H S L
Decimal 193 104 215 0.10 0.52 0 0.16 288.11 0.58 0.63
Hex C1 68 D7 A 34 0 10 120 3A 3F
Octal 301 150 327 12 64 0 20 440 72 77
Binary 11000001 1101000 11010111 1010 110100 0 10000 100100000 111010 111111

Color Harmonies of #C168D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C168D7

Black with #C168D7

Text Example


Text Example

White with #C168D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C168D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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