Html Css Color HEX #C16ACF Medium Orchid

📋 copy color: '#C16ACF'

red 193 ◦ green 106 ◦ blue 207

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

Shades of Medium Orchid #C16ACF

Tints of Medium Orchid #C16ACF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.95%

 BLUE value IS 207 (81.25% from 255) = 40.91%

R = 38.14%
G = 20.95%
B = 40.91%

CMYK

 C value IS 0.07

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C16ACF (or 0xC16ACF) is known color: Medium Orchid. HEX triplet: C1, 6A and CF. RGB value is (193,106,207). Sum of RGB (Red+Green+Blue) = 193+106+207=506 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.14% from 506); Green value is 106 (41.80% from 255 or 20.95% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 207 - color contains mainly: blue. Hex color #C16ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16ACF is #3E9530. Grayscale: #8F8F8F. Windows color (decimal): -4101425 or 13593281. OLE color: 13593281.

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

Color convert

RGB 193 106 207 -
CMYK 0.07 0.49 0 0.19
HSL 291.68º 0.51% 0.61% -
HSV(B) 291.68º 0.49% 0.81% -
XYZ 38.41 26.15 62.05 -
YUV 143.53 163.82 163.29 -
System Red Green Blue C M Y K H S L
Decimal 193 106 207 0.07 0.49 0 0.19 291.68 0.51 0.61
Hex C1 6A CF 7 31 0 13 124 33 3D
Octal 301 152 317 7 61 0 23 444 63 75
Binary 11000001 1101010 11001111 111 110001 0 10011 100100100 110011 111101

Color Harmonies of #C16ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16ACF

Black with #C16ACF

Text Example


Text Example

White with #C16ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16ACF; }

 p { color: rgb(193,106,207); }

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

background-color css

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

 a { background-color: rgb(193,106,207); }

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

border-color css

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

 span { border-color: rgb(193,106,207); }

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