Html Css Color HEX #C168CE Medium Orchid

📋 copy color: '#C168CE'

red 193 ◦ green 104 ◦ blue 206

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

Shades of Medium Orchid #C168CE

Tints of Medium Orchid #C168CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.95%

R = 38.37%
G = 20.68%
B = 40.95%

CMYK

 C value IS 0.06

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C168CE (or 0xC168CE) is known color: Medium Orchid. HEX triplet: C1, 68 and CE. RGB value is (193,104,206). Sum of RGB (Red+Green+Blue) = 193+104+206=503 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.37% from 503); Green value is 104 (41.02% from 255 or 20.68% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #C168CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C168CE is #3E9731. Grayscale: #8D8D8D. Windows color (decimal): -4101938 or 13527233. OLE color: 13527233.

HSL color Cylindrical-coordinate representation of color #C168CE: hue angle of 292.35º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C168CE is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 104 206 -
CMYK 0.06 0.50 0 0.19
HSL 292.35º 0.51% 0.61% -
HSV(B) 292.35º 0.5% 0.81% -
XYZ 38.08 25.69 61.34 -
YUV 142.24 163.99 164.21 -
System Red Green Blue C M Y K H S L
Decimal 193 104 206 0.06 0.50 0 0.19 292.35 0.51 0.61
Hex C1 68 CE 6 32 0 13 124 33 3D
Octal 301 150 316 6 62 0 23 444 63 75
Binary 11000001 1101000 11001110 110 110010 0 10011 100100100 110011 111101

Color Harmonies of #C168CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C168CE

Black with #C168CE

Text Example


Text Example

White with #C168CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C168CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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